From afee04352bc01b79cde33c018a82c2eeb1ce84eb Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 19 May 2015 10:40:04 -0400 Subject: Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"." This reverts commit b82a7be603f1811a0a707b53c62de6d5d9431740. There is a better (less invasive) way to fix it, which I will commit next. --- doc/src/sgml/catalogs.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index ad36585400c..5b364876093 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5648,7 +5648,7 @@ provider - name + text The label provider associated with this label. @@ -5937,7 +5937,7 @@ provider - name + text The label provider associated with this label. @@ -9025,7 +9025,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx provider - name + text pg_seclabel.provider The label provider associated with this label. -- cgit v1.2.3