Re: Make grant all on all tables in schema x persistent for new tables

From: MirrorX <mirrorx(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Make grant all on all tables in schema x persistent for new tables
Date: 2019-03-01 14:56:36
Message-ID: 1551452196483-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

you can use the 'alter default privileges' command and grant whatever
permission you want to a user by default when a new table is created ->
https://www.postgresql.org/docs/9.4/sql-alterdefaultprivileges.html

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Shreeyansh Dba 2019-03-02 04:54:21 Re: switchover/switchback
Previous Message MirrorX 2019-03-01 12:02:50 switchover/switchback