Re: How to avoid having to run the GRANT command for newly added tables? - Mailing list pgsql-general

From Siddharth Jain
Subject Re: How to avoid having to run the GRANT command for newly added tables?
Date
Msg-id CAPqV3pSpiYvB9CJ1kLV-7S6iemY=k_EtGv-31Op-sMHma8fpUg@mail.gmail.com
Whole thread Raw
In response to Re: How to avoid having to run the GRANT command for newly added tables?  (Christophe Pettus <xof@thebuild.com>)
List pgsql-general
Thanks Christophe. it works.

On Wed, Nov 23, 2022 at 12:08 PM Christophe Pettus <xof@thebuild.com> wrote:


> On Nov 23, 2022, at 12:06, Siddharth Jain <siddhsql@gmail.com> wrote:
> Is there any way to accomplish what I want? Thanks.

There is:

        https://www.postgresql.org/docs/current/sql-alterdefaultprivileges.html

pgsql-general by date:

Previous
From: Christophe Pettus
Date:
Subject: Re: How to avoid having to run the GRANT command for newly added tables?
Next
From: Kirk Wolak
Date:
Subject: Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...