▌►connecting to OS user in the same db - Mailing list pgsql-admin

From H S
Subject ▌►connecting to OS user in the same db
Date
Msg-id 908096.9504.qm@web65905.mail.ac4.yahoo.com
Whole thread Raw
Responses Re: [ADMIN] ▌►connecting to OS user in the same db
List pgsql-admin
Hi Sirs,

I would like more than one OS user can access the same DB in the same cluster.

For a user like postgres I had these commands:

# adduser postgres
# mkdir /usr/local/pgsql/data
# chown postgres /usr/local/pgsql/data
# su -postgres
$ ./initdb -D /usr/*/data  --> here login as an postgres in terminal
$ ./postgres -D /usr/*/data --> here login as an postgres in terminal, too.

So when I want to access or issue the command :
/usr/local/pgsql/bin/psql postgres  as an another OS user,   what should I do?!


SARA


pgsql-admin by date:

Previous
From: H S
Date:
Subject: sepgsql
Next
From: raghu ram
Date:
Subject: Re: [ADMIN] ▌►connecting to OS user in the same db