Fw: Re: [ADMIN] Re: [ADMIN] ▌►connecting to OS user in the same db

From: H S <aras_h1988(at)yahoo(dot)com>
To: admin <pgsql-admin(at)postgresql(dot)org>
Subject: Fw: Re: [ADMIN] Re: [ADMIN] ▌►connecting to OS user in the same db
Date: 2011-04-07 17:31:18
Message-ID: 770688.61854.qm@web65902.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--- On Thu, 4/7/11, H S <aras_h1988(at)yahoo(dot)com> wrote:

From: H S <aras_h1988(at)yahoo(dot)com>
Subject: Re: [ADMIN] Re: [ADMIN] ▌►connecting to OS user in the same db
To: "raghu ram" <raghuchennuru(at)gmail(dot)com>
Date: Thursday, April 7, 2011, 9:07 PM

CREATE USER statement to create and configure  a database user,which is an account through which you can log into the database.--> I shoul issue : CREATE USER test;  ?!
--> please let me know.

Create the respective OS users inside the database as follows::
psql=# create user test; and then connect the PostgreSQL database using "test" user as follows::

/usr/local/pgsql/bin/psql -p 5432 -U test -d postgres

--- On Thu, 4/7/11, raghu ram <raghuchennuru(at)gmail(dot)com> wrote:

From: raghu ram <raghuchennuru(at)gmail(dot)com>
Subject: [ADMIN] Re: [ADMIN] ▌►connecting to OS user in the same db
To: "H S" <aras_h1988(at)yahoo(dot)com>
Cc: "admin" <pgsql-admin(at)postgresql(dot)org>, "pesfandiar @ gmail.com" <pesfandiar(at)gmail(dot)com>
Date: Thursday, April 7, 2011, 10:40 AM

On Thu, Apr 7, 2011 at 8:42 AM, H S <aras_h1988(at)yahoo(dot)com> wrote:

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?!

CREATE USER statement to create and configure  a database user,which is an account through which you can log into the database.

Create the respective OS users inside the database as follows::
psql=# create user test; and then connect the PostgreSQL database using "test" user as follows::

/usr/local/pgsql/bin/psql -p 5432 -U test -d postgres
--Raghu Ram

SARA

Browse pgsql-admin by date

  From Date Subject
Next Message droland 2011-04-07 18:18:00 pg_start_backup - backups
Previous Message French, Martin 2011-04-07 14:56:05 Re: Out Of Memory 8.1