From: Tom Lane Date: Mon, 4 Jul 2011 02:12:20 +0000 (-0400) Subject: Fix omissions in documentation of the pg_roles view. X-Git-Tag: REL9_1_BETA3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3569e02c98d2802e6fc4912a3ba67dc25e76b6cc;p=postgresql Fix omissions in documentation of the pg_roles view. Somehow, column rolconfig got removed from the documentation of the pg_roles view in the 9.0 cycle, although the column is actually still there. In 9.1, we'd also forgotten to document the rolreplication column. Spotted by Sakamoto Masahiko. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index d2da4ac176..78ec998d94 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1263,7 +1263,7 @@ bool Role can log in. That is, this role can be given as the initial - session authorization identifier. + session authorization identifier @@ -1274,7 +1274,7 @@ Role is a replication role. That is, this role can initiate streaming replication (see ) and set/unset the system backup mode using pg_start_backup and - pg_stop_backup. + pg_stop_backup @@ -7370,7 +7370,7 @@ Role can update system catalogs directly. (Even a superuser cannot do - this unless this column is true.) + this unless this column is true) @@ -7384,6 +7384,18 @@ + + rolreplication + bool + + + Role is a replication role. That is, this role can initiate streaming + replication (see ) and set/unset + the system backup mode using pg_start_backup and + pg_stop_backup + + + rolconnlimit int4 @@ -7409,6 +7421,13 @@ null if no expiration + + rolconfig + text[] + + Role-specific defaults for run-time configuration variables + + oid oid