Restoring default privileges on objects - Mailing list pgsql-general

From Stuart McGraw
Subject Restoring default privileges on objects
Date
Msg-id 96d6885a-5e25-9ae8-4a1a-d7e557a5fe9c@mtneva.com
Whole thread Raw
Responses Re: Restoring default privileges on objects  (Erik Wienhold <ewie@ewie.name>)
List pgsql-general
Hello,

The Postgresql docs on object privileges,
   https://www.postgresql.org/docs/14/ddl-priv.html
say this in regard to the output of the psql \dp command:

   | If the “Access privileges” column is empty for a given object, it
   | means the object has default privileges (that is, its privileges
   | entry in the relevant system catalog is null). [...] The first GRANT
   | or REVOKE on an object will instantiate the default privileges
   | (producing, for example, miriam=arwdDxt/miriam) and then modify them
   | per the specified request.

If I've done a GRANT or REVOKE on some of the tables, how do I restore
the default privileges so that the “Access privileges” appears empty
again?  I re-granted what I think are the default privileges but the
"Access privileges" column for that table contains "user1=arwdDxt/user1"
rather than being blank.  This is Postgresql-14.

Thanks for any suggestions!



pgsql-general by date:

Previous
From: Jerry Sievers
Date:
Subject: Re: auto vacuum question
Next
From: Vinit Saini
Date:
Subject: Postgres service is not starting