Re: How to display default privileges?

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: How to display default privileges?
Дата
Msg-id 43f56115-64af-7c25-4a8b-e28886479590@2ndquadrant.fr
обсуждение исходный текст
Ответ на How to display default privileges?  (Marc Richter <mail@marc-richter.info>)
Список pgsql-novice
On 09/05/2016 03:17 PM, Marc Richter wrote:
> Hi everyone,
>
> from what I know, since PostgreSQL 9.0 it is supported to change default
> privileges for newly created tables, functions and sequences by using
> "ALTER DEFAULT PRIVILEGES".
>
> How to display the current settings?

You can use psql's \ddp, or look in pg_default_acl directly.
--
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Marc Richter
Дата:
Сообщение: How to display default privileges?
Следующее
От: Kiran
Дата:
Сообщение: Trigger is not working for Inserts from the application