From b46c92112bf5afb2476d951b9817ebd8daa7b753 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 9 Dec 2012 00:08:23 -0500 Subject: 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src') 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: r = relation (table, view), S = sequence, - f = function + f = function, + T = type -- cgit v1.2.3