Re: GRANT SELECT ON ALL TABLES IN SCHEMA... doesn't apply to new tables?

"David G. Johnston" <[email protected]> Fri, 14 Dec 2018 20:26:42 -0700
Newsgroups gmane.comp.db.postgresql.sql
Message-ID <CAKFQuwaz=GMV4WC6spAxHX1+vP_p00+8LohhUrbw+CEpj-qJdg@mail.gmail.com>
On Friday, December 14, 2018, Larry Rosenman <[email protected]> wrote:
>
> Is this a bug or do I/should I re-issue the GRANT when we add tables?
>

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

David J.