diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2015-03-06 23:42:38 -0500 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2015-03-06 23:42:38 -0500 |
| commit | bb8582abf3c4db18b508627a52effd43672f9410 (patch) | |
| tree | 02381deae3e78e8384a28af2e7526f3953fb7d4e /doc/src | |
| parent | 6510c832bbf91d52541c7aeefa371123abc2d832 (diff) | |
Remove rolcatupdate
This role attribute is an ancient PostgreSQL feature, but could only be
set by directly updating the system catalogs, and it doesn't have any
clearly defined use.
Author: Adam Brightwell <adam.brightwell@crunchydatasolutions.com>
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/catalogs.sgml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 515a40e3216..2325962e818 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1416,15 +1416,6 @@ </row> <row> - <entry><structfield>rolcatupdate</structfield></entry> - <entry><type>bool</type></entry> - <entry> - Role can update system catalogs directly. (Even a superuser cannot do - this unless this column is true) - </entry> - </row> - - <row> <entry><structfield>rolcanlogin</structfield></entry> <entry><type>bool</type></entry> <entry> @@ -8492,16 +8483,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </row> <row> - <entry><structfield>rolcatupdate</structfield></entry> - <entry><type>bool</type></entry> - <entry></entry> - <entry> - Role can update system catalogs directly. (Even a superuser cannot do - this unless this column is true) - </entry> - </row> - - <row> <entry><structfield>rolcanlogin</structfield></entry> <entry><type>bool</type></entry> <entry></entry> @@ -9020,16 +9001,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </row> <row> - <entry><structfield>usecatupd</structfield></entry> - <entry><type>bool</type></entry> - <entry></entry> - <entry> - User can update system catalogs. (Even a superuser cannot do - this unless this column is true.) - </entry> - </row> - - <row> <entry><structfield>userepl</structfield></entry> <entry><type>bool</type></entry> <entry></entry> @@ -9507,15 +9478,6 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </row> <row> - <entry><structfield>usecatupd</structfield></entry> - <entry><type>bool</type></entry> - <entry> - User can update system catalogs. (Even a superuser cannot do - this unless this column is true.) - </entry> - </row> - - <row> <entry><structfield>userepl</structfield></entry> <entry><type>bool</type></entry> <entry> |
