Re: public schema default ACL
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Noah Misch <noah@leadboat.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Cc: Stephen Frost <sfrost@snowman.net>, Magnus Hagander
<magnus@hagander.net>, "David G. Johnston" <david.g.johnston@gmail.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Alvaro Herrera
<alvherre@alvh.no-ip.org>, Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas
<robertmhaas@gmail.com>
Date: 2021-03-27T10:41:07Z
Lists: pgsql-hackers
On Sat, 2021-03-27 at 00:50 -0700, Noah Misch wrote: > On Sat, Feb 13, 2021 at 04:56:29AM -0800, Noah Misch wrote: > > I'm attaching the patch for $SUBJECT, which applies atop the four patches from > > the two other threads below. For convenience of testing, I've included a > > rollup patch, equivalent to applying all five patches. > > I committed prerequisites from one thread, so here's a rebased rollup patch. I am happy to see this problem tackled! Yours, Laurenz Albe
Commits
-
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
- b073c3ccd06e 15.0 landed
-
Document security implications of search_path and the public schema.
- 5770172cb0c9 11.0 cited