aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-12-09 00:08:23 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-12-09 00:08:23 -0500
commitb46c92112bf5afb2476d951b9817ebd8daa7b753 (patch)
tree3588d916ca3a2d71a0094cd72d889cc400ab2ba9 /doc/src
parenta99c42f291421572aef2b0a9360294c7d89b8bc7 (diff)
downloadpostgresql-b46c92112bf5afb2476d951b9817ebd8daa7b753.tar.gz
postgresql-b46c92112bf5afb2476d951b9817ebd8daa7b753.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 5f270404bf1..68092eca9dd 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -2674,7 +2674,8 @@
Type of object this entry is for:
<literal>r</> = relation (table, view),
<literal>S</> = sequence,
- <literal>f</> = function
+ <literal>f</> = function,
+ <literal>T</> = type
</entry>
</row>