diff options
| -rw-r--r-- | doc/src/sgml/catalogs.sgml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 6825bbc82a4..a2869c917e8 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1163,7 +1163,7 @@ <entry><type>bool</type></entry> <entry> Role can log in. That is, this role can be given as the initial - session authorization identifier. + session authorization identifier </entry> </row> @@ -6684,7 +6684,7 @@ <entry></entry> <entry> Role can update system catalogs directly. (Even a superuser cannot do - this unless this column is true.) + this unless this column is true) </entry> </row> @@ -6724,6 +6724,13 @@ </row> <row> + <entry><structfield>rolconfig</structfield></entry> + <entry><type>text[]</type></entry> + <entry></entry> + <entry>Role-specific defaults for run-time configuration variables</entry> + </row> + + <row> <entry><structfield>oid</structfield></entry> <entry><type>oid</type></entry> <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.oid</literal></entry> |
