Re: How to avoid having to run the GRANT command for newly added tables?

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Siddharth Jain <siddhsql(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to avoid having to run the GRANT command for newly added tables?
Date: 2022-11-23 20:07:56
Message-ID: B2AEF2AB-4BD1-4955-9B0A-B44CD93F874C@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

There is:

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Siddharth Jain 2022-11-23 20:13:34 Re: How to avoid having to run the GRANT command for newly added tables?
Previous Message Siddharth Jain 2022-11-23 20:06:21 How to avoid having to run the GRANT command for newly added tables?