I need to run my current Postgresql 9.3
under a system user other than postgres
, say admin OR I need to install Postgresql 9.3
with the default user as say admin
on Ubuntu 12.04
Take the 2-minute tour
×
Server Fault is a question and answer site for system and network administrators. It's 100% free, no registration required.
|
||||
An installed PostgreSQL on Debian/Ubuntu is essentially:
If the initial situation consists of
Then start this instance with:
and stop it with:
Obviously This instance would be unrelated to the |
|||||
|
postgres
? – Abhijeet Kasurde Apr 3 '14 at 10:55