https://github.com/postgres/postgres
Revision 611a4aba15f0e9ef8ef710454bd0ecb4f671eb39 authored by Tom Lane on 19 November 2019, 19:21:42 UTC, committed by Tom Lane on 19 November 2019, 19:21:42 UTC
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
1 parent e4865bb
History
Tip revision: 611a4aba15f0e9ef8ef710454bd0ecb4f671eb39 authored by Tom Lane on 19 November 2019, 19:21:42 UTC
Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.
Tip revision: 611a4ab
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 738 bytes
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 434 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.6 KB
HISTORY -rw-r--r-- 284 bytes
Makefile -rw-r--r-- 1.6 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 728 bytes
aclocal.m4 -rw-r--r-- 420 bytes
configure -rwxr-xr-x 472.7 KB
configure.in -rw-r--r-- 76.3 KB

README

back to top