Fix assorted bugs in privileges-for-types patch.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6cb8c6043ee47ced46da131bc0705e9c4bdd8667
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-12-09T05:08:30Z
Releases: 9.2.3
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.

Files