Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
25028a27
Commit
25028a27
authored
Apr 06, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct various system catalog/view definitions in the documentation
Thom Brown
parent
cea49fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
5 deletions
+36
-5
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+36
-5
No files found.
doc/src/sgml/catalogs.sgml
View file @
25028a27
...
...
@@ -5172,7 +5172,7 @@
</row>
<row>
<entry><structfield>provider</structfield></entry>
<entry><type>
name
</type></entry>
<entry><type>
text
</type></entry>
<entry></entry>
<entry>The label provider associated with this label.</entry>
</row>
...
...
@@ -6400,6 +6400,18 @@
converter to produce a constant.
</para></entry>
</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>
</tgroup>
</table>
...
...
@@ -8161,6 +8173,16 @@
</entry>
</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>
<entry><structfield>passwd</structfield></entry>
<entry><type>text</type></entry>
...
...
@@ -8596,8 +8618,8 @@
<row>
<entry><structfield>usesysid</structfield></entry>
<entry><type>
int4
</type></entry>
<entry>
User ID (arbitrary number used to reference this user)
</entry>
<entry><type>
oid
</type></entry>
<entry>
ID of this user
</entry>
</row>
<row>
...
...
@@ -8621,6 +8643,15 @@
</entry>
</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>
<entry><structfield>passwd</structfield></entry>
<entry><type>text</type></entry>
...
...
@@ -8692,8 +8723,8 @@
<row>
<entry><structfield>srvname</structfield></entry>
<entry><type>
text
</type></entry>
<entry></entry>
<entry><type>
name
</type></entry>
<entry><
literal><link linkend="catalog-pg-foreign-server"><structname>pg_foreign_server</structname></link>.srvname</literal><
/entry>
<entry>
Name of the foreign server
</entry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment