information_schema.role_table_grants differs from relacl

Поиск
Список
Период
Сортировка
От Jan-Peter Seifert
Тема information_schema.role_table_grants differs from relacl
Дата
Msg-id 20100915155550.202140@gmx.net
обсуждение исходный текст
Ответы Re: information_schema.role_table_grants differs from relacl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hello,

there seems to be a difference between information_schema and pg_catalog when it comes to privileges.

pg_class and pgAdmin III show ACL = arwdDxt

pgAdmin III displays this as:
GRANT ALL ON TABLE blabla.tabelle TO benutzer;

However, information_schema.role_table_grants has is_grantable = YES for every privilege_type on this view for the user
inquestion. 

The user is owner of the view and also superuser.

So my question is: is is_grantable not the same as 'WITH GRANT OPTION'?

Could you tell me, please?

Thank you very much,

Peter

P.S. Server version is PostgreSQL 8.4.3 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 3.3.3 (SuSE Linux),
64-bit
--
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt freischalten! http://portal.gmx.net/de/go/maxdome

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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: issue with Postgres uninstallation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: information_schema.role_table_grants differs from relacl