]> granicus.if.org Git - postgresql/commit
Fix assorted bugs in privileges-for-types patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Dec 2012 05:08:30 +0000 (00:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Dec 2012 05:08:30 +0000 (00:08 -0500)
commit6cb8c6043ee47ced46da131bc0705e9c4bdd8667
tree96be2eaeafeccc7171e643bd9c37a84ab6bb5d57
parentcedebc1fd396785ca98cec0570f1b34211b83813
Fix assorted bugs in privileges-for-types patch.

Commit 729205571e81b4767efc42ad7beb53663e08d1ff added privileges on data
types, but there were a number of oversights.  The implementation of
default privileges for types missed a few places, and pg_dump was
utterly innocent of the whole concept.  Per bug #7741 from Nathan Alden,
and subsequent wider investigation.
doc/src/sgml/catalogs.sgml
src/backend/catalog/aclchk.c
src/backend/catalog/dependency.c
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/psql/describe.c