BUG #1145: silent REVOKE failures

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1145: silent REVOKE failures
Дата
Msg-id 20040430154317.7385ECF525F@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1145: silent REVOKE failures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1145
Logged by:          Fabien Coelho

Email address:      coelho@cri.ensmp.fr

PostgreSQL version: 7.5 Dev

Operating system:   linux debian

Description:        silent REVOKE failures

Details:

REVOKE fails silently.

It may be a feature, but if so it is not a good one.
The documentation does not say this is a feature.

-- calvin has no "grant" rights on database comics nor -- on schema public.

calvin@[local]:5432
comics=> REVOKE ALL ON SCHEMA public FROM calvin;
REVOKE

calvin@[local]:5432
comics=> SELECT * FROM pg_namespace WHERE nspname='public';
 nspname | nspowner |                       nspacl
---------+----------+----------------------------------------------------
 public  |        1 | {postgres=U*C*/postgres,"groupeleves=U/postgres"}
(1 row)

The REVOKE failure should be reported.

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

Предыдущее
От: Arturs Zoldners
Дата:
Сообщение: Re: BUG #1142: Problem with update permissions for view
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1142: Problem with update permissions for view