Skip to content

Commit 4fa046a

Browse files
committed
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.
1 parent 99e47ed commit 4fa046a

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@
12631263
<entry><type>bool</type></entry>
12641264
<entry>
12651265
Role can log in. That is, this role can be given as the initial
1266-
session authorization identifier.
1266+
session authorization identifier
12671267
</entry>
12681268
</row>
12691269

@@ -1274,7 +1274,7 @@
12741274
Role is a replication role. That is, this role can initiate streaming
12751275
replication (see <xref linkend="streaming-replication">) and set/unset
12761276
the system backup mode using <function>pg_start_backup</> and
1277-
<function>pg_stop_backup</>.
1277+
<function>pg_stop_backup</>
12781278
</entry>
12791279
</row>
12801280

@@ -7377,7 +7377,7 @@
73777377
<entry></entry>
73787378
<entry>
73797379
Role can update system catalogs directly. (Even a superuser cannot do
7380-
this unless this column is true.)
7380+
this unless this column is true)
73817381
</entry>
73827382
</row>
73837383

@@ -7391,6 +7391,18 @@
73917391
</entry>
73927392
</row>
73937393

7394+
<row>
7395+
<entry><structfield>rolreplication</structfield></entry>
7396+
<entry><type>bool</type></entry>
7397+
<entry></entry>
7398+
<entry>
7399+
Role is a replication role. That is, this role can initiate streaming
7400+
replication (see <xref linkend="streaming-replication">) and set/unset
7401+
the system backup mode using <function>pg_start_backup</> and
7402+
<function>pg_stop_backup</>
7403+
</entry>
7404+
</row>
7405+
73947406
<row>
73957407
<entry><structfield>rolconnlimit</structfield></entry>
73967408
<entry><type>int4</type></entry>
@@ -7416,6 +7428,13 @@
74167428
null if no expiration</entry>
74177429
</row>
74187430

7431+
<row>
7432+
<entry><structfield>rolconfig</structfield></entry>
7433+
<entry><type>text[]</type></entry>
7434+
<entry></entry>
7435+
<entry>Role-specific defaults for run-time configuration variables</entry>
7436+
</row>
7437+
74197438
<row>
74207439
<entry><structfield>oid</structfield></entry>
74217440
<entry><type>oid</type></entry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy