mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Correct various system catalog/view definitions in the documentation
Thom Brown
This commit is contained in:
parent
cea49fe82f
commit
25028a27c8
@ -5172,7 +5172,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>provider</structfield></entry>
|
<entry><structfield>provider</structfield></entry>
|
||||||
<entry><type>name</type></entry>
|
<entry><type>text</type></entry>
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
<entry>The label provider associated with this label.</entry>
|
<entry>The label provider associated with this label.</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -6400,6 +6400,18 @@
|
|||||||
converter to produce a constant.
|
converter to produce a constant.
|
||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><structfield>typacl</structfield></entry>
|
||||||
|
<entry><type>aclitem[]</type></entry>
|
||||||
|
<entry></entry>
|
||||||
|
<entry>
|
||||||
|
Access privileges; see
|
||||||
|
<xref linkend="sql-grant"> and
|
||||||
|
<xref linkend="sql-revoke">
|
||||||
|
for details
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
@ -8161,6 +8173,16 @@
|
|||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><structfield>userepl</structfield></entry>
|
||||||
|
<entry><type>bool</type></entry>
|
||||||
|
<entry></entry>
|
||||||
|
<entry>
|
||||||
|
User can initiate streaming replication and put the system in and
|
||||||
|
out of backup mode.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>passwd</structfield></entry>
|
<entry><structfield>passwd</structfield></entry>
|
||||||
<entry><type>text</type></entry>
|
<entry><type>text</type></entry>
|
||||||
@ -8596,8 +8618,8 @@
|
|||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>usesysid</structfield></entry>
|
<entry><structfield>usesysid</structfield></entry>
|
||||||
<entry><type>int4</type></entry>
|
<entry><type>oid</type></entry>
|
||||||
<entry>User ID (arbitrary number used to reference this user)</entry>
|
<entry>ID of this user</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
@ -8621,6 +8643,15 @@
|
|||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry><structfield>userepl</structfield></entry>
|
||||||
|
<entry><type>bool</type></entry>
|
||||||
|
<entry>
|
||||||
|
User can initiate streaming replication and put the system in and
|
||||||
|
out of backup mode.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>passwd</structfield></entry>
|
<entry><structfield>passwd</structfield></entry>
|
||||||
<entry><type>text</type></entry>
|
<entry><type>text</type></entry>
|
||||||
@ -8692,8 +8723,8 @@
|
|||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>srvname</structfield></entry>
|
<entry><structfield>srvname</structfield></entry>
|
||||||
<entry><type>text</type></entry>
|
<entry><type>name</type></entry>
|
||||||
<entry></entry>
|
<entry><literal><link linkend="catalog-pg-foreign-server"><structname>pg_foreign_server</structname></link>.srvname</literal></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Name of the foreign server
|
Name of the foreign server
|
||||||
</entry>
|
</entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user