RE: Access Control in PostGreSQL

From: <jeff(dot)fitzmyers(at)managestar(dot)com>
To: <vijayendra(dot)agrawal(at)wipro(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: RE: Access Control in PostGreSQL
Date: 2001-04-13 17:16:13
Message-ID: 371EAC487A83CD4296F6999FD088D83305B6C2@atlas.managestar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Have you tried this:
As data base superuser, GRANT INSERT ON <table> TO <user>;

jeff

-----Original Message-----
From: vijayendra mohan agrawal [mailto:vijayendra(dot)agrawal(at)wipro(dot)com]
Sent: Thursday, April 12, 2001 3:01 AM
To: PostGre SQL Mailing List
Subject: Access Control in PostGreSQL

Hi,

From my UNIX login, which is a valid user for the database too, I
connect to
database. I don't have permission to add, delete, view system tables
till
now.

Now, if I use the command "CONNECT" as user "pgadmin", which is
administrator of the database, the connect succeeds, and now, I am able
to
do anything in the system files too.

I guess this is not intentional. I might be missing something. Please
help.

Thanks and Regards
Vijay

Browse pgsql-admin by date

  From Date Subject
Next Message Richard T. Robino 2001-04-13 18:30:04 Re: [OT] PgSQL Feature List
Previous Message Tom Lane 2001-04-13 16:02:33 Re: Re: [GENERAL] ERROR: cannot read block 1452 from data (HELP!!!! I'MDESPERATE!)