]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Nov 2019 19:21:42 +0000 (14:21 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Nov 2019 19:21:42 +0000 (14:21 -0500)
commit611a4aba15f0e9ef8ef710454bd0ecb4f671eb39
tree4feb9805b62786acf44e9ab6a820ee8d1e460710
parente4865bbdc72a702d09c349116ad64d0b3d8c9add
Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.

The existing text stated that "Default privileges that are specified
per-schema are added to whatever the global default privileges are for
the particular object type".  However, that bare-bones observation is
not quite clear enough, as demonstrated by the complaint in bug #16124.
Flesh it out by stating explicitly that you can't revoke built-in
default privileges this way, and by providing an example to drive
the point home.

Back-patch to all supported branches, since it's been like this
from the beginning.

Discussion: https://postgr.es/m/16124-423d8ee4358421bc@postgresql.org
doc/src/sgml/ref/alter_default_privileges.sgml