Re: Dump public schema ownership & seclabels
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: pgsql-hackers@postgresql.org
Date: 2020-12-30T11:59:02Z
Lists: pgsql-hackers
On Tue, Dec 29, 2020 at 05:49:24AM -0800, Noah Misch wrote: > https://postgr.es/m/20201031163518.GB4039133@rfd.leadboat.com gave $SUBJECT as > one of the constituent projects for changing the public schema default ACL. > This ended up being simple. Attached. This is defective; it fails to reproduce nspacl after "ALTER SCHEMA public OWNER TO pg_write_server_files; REVOKE ALL ON SCHEMA public FROM pg_write_server_files;". I will try again later.
Commits
-
Remove literal backslash from Perl \Q ... \E.
- 48cb244fb9ac 15.0 landed
-
Dump COMMENT ON SCHEMA public.
- 7ac10f692054 15.0 landed
-
Dump public schema ownership and security labels.
- a7a7be1f2fa6 15.0 landed