Re: permissions ..

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: permissions ..
Дата
Msg-id Pine.LNX.3.96.SK.980521103512.21616D-100000@torus.comus.ru
обсуждение исходный текст
Список pgsql-general
Hi!

   [ I am answering to pgsql-general instead of pgsql-questions ]

On Wed, 20 May 1998, Reshma Choodanath wrote:
> I was trying the to revoke and grant permissions to the users on the tables,
> from the psql prompt. I appears that the revoke and grant functions donot
> do the needful. Could someone help me, as to how the permissions
> can be manipulated.

   I didn't note any problem. When I write CGIs, I grant permissions with
psql; something like this:

create user httpd
psql -c "grant select on mytable to httpd;" mydatabase

   I didn't play with REVOKE, though...

Oleg.
----
  Oleg Broytmann     http://members.tripod.com/~phd2/     phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


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

Предыдущее
От: "Kevin W. Nikiforuk"
Дата:
Сообщение: Re: [GENERAL] java.lang.NullPointerException
Следующее
От: Philip Bierhoff
Дата:
Сообщение: How to remove VACUUM lock?