RE: Access Control in PostGreSQL

Поиск
Список
Период
Сортировка
От
Тема RE: Access Control in PostGreSQL
Дата
Msg-id 371EAC487A83CD4296F6999FD088D83305B6C2@atlas.managestar.com
обсуждение исходный текст
Ответ на Access Control in PostGreSQL  ("vijayendra mohan agrawal" <vijayendra.agrawal@wipro.com>)
Список 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.agrawal@wipro.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


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [GENERAL] ERROR: cannot read block 1452 from data (HELP!!!! I'MDESPERATE!)
Следующее
От: "Richard T. Robino"
Дата:
Сообщение: Re: [OT] PgSQL Feature List