Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 25028a2

Browse files
committed
Correct various system catalog/view definitions in the documentation
Thom Brown
1 parent cea49fe commit 25028a2

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

doc/src/sgml/catalogs.sgml

+36-5
Original file line numberDiff line numberDiff line change
@@ -5172,7 +5172,7 @@
51725172
</row>
51735173
<row>
51745174
<entry><structfield>provider</structfield></entry>
5175-
<entry><type>name</type></entry>
5175+
<entry><type>text</type></entry>
51765176
<entry></entry>
51775177
<entry>The label provider associated with this label.</entry>
51785178
</row>
@@ -6400,6 +6400,18 @@
64006400
converter to produce a constant.
64016401
</para></entry>
64026402
</row>
6403+
6404+
<row>
6405+
<entry><structfield>typacl</structfield></entry>
6406+
<entry><type>aclitem[]</type></entry>
6407+
<entry></entry>
6408+
<entry>
6409+
Access privileges; see
6410+
<xref linkend="sql-grant"> and
6411+
<xref linkend="sql-revoke">
6412+
for details
6413+
</entry>
6414+
</row>
64036415
</tbody>
64046416
</tgroup>
64056417
</table>
@@ -8161,6 +8173,16 @@
81618173
</entry>
81628174
</row>
81638175

8176+
<row>
8177+
<entry><structfield>userepl</structfield></entry>
8178+
<entry><type>bool</type></entry>
8179+
<entry></entry>
8180+
<entry>
8181+
User can initiate streaming replication and put the system in and
8182+
out of backup mode.
8183+
</entry>
8184+
</row>
8185+
81648186
<row>
81658187
<entry><structfield>passwd</structfield></entry>
81668188
<entry><type>text</type></entry>
@@ -8596,8 +8618,8 @@
85968618

85978619
<row>
85988620
<entry><structfield>usesysid</structfield></entry>
8599-
<entry><type>int4</type></entry>
8600-
<entry>User ID (arbitrary number used to reference this user)</entry>
8621+
<entry><type>oid</type></entry>
8622+
<entry>ID of this user</entry>
86018623
</row>
86028624

86038625
<row>
@@ -8621,6 +8643,15 @@
86218643
</entry>
86228644
</row>
86238645

8646+
<row>
8647+
<entry><structfield>userepl</structfield></entry>
8648+
<entry><type>bool</type></entry>
8649+
<entry>
8650+
User can initiate streaming replication and put the system in and
8651+
out of backup mode.
8652+
</entry>
8653+
</row>
8654+
86248655
<row>
86258656
<entry><structfield>passwd</structfield></entry>
86268657
<entry><type>text</type></entry>
@@ -8692,8 +8723,8 @@
86928723

86938724
<row>
86948725
<entry><structfield>srvname</structfield></entry>
8695-
<entry><type>text</type></entry>
8696-
<entry></entry>
8726+
<entry><type>name</type></entry>
8727+
<entry><literal><link linkend="catalog-pg-foreign-server"><structname>pg_foreign_server</structname></link>.srvname</literal></entry>
86978728
<entry>
86988729
Name of the foreign server
86998730
</entry>

0 commit comments

Comments
 (0)