How to display default privileges?

From: Marc Richter <mail(at)marc-richter(dot)info>
To: pgsql-novice(at)postgresql(dot)org
Subject: How to display default privileges?
Date: 2016-09-05 13:17:16
Message-ID: 1805d68f-d1d0-b3f3-e44f-01ded62c3a98@marc-richter.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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?

Best regards,
Marc

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Vik Fearing 2016-09-05 13:29:39 Re: How to display default privileges?
Previous Message Marc Richter 2016-09-05 13:13:00 How to display ALL privileges for a role using SQL?