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
65fb5ff1
Commit
65fb5ff1
authored
Apr 30, 2014
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation corrections for pg_replication_slots.
Thomas Reiss, with changes to the catalog_xmin language by me.
parent
203b0d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
18 deletions
+10
-18
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+10
-18
No files found.
doc/src/sgml/catalogs.sgml
View file @
65fb5ff1
...
...
@@ -5252,23 +5252,23 @@
<tbody>
<row>
<entry><structfield>slot_name</structfield></entry>
<entry><type>
text
</type></entry>
<entry><type>
name
</type></entry>
<entry></entry>
<entry>A unique, cluster-wide identifier for the replication slot</entry>
</row>
<row>
<entry><structfield>
slot_type
</structfield></entry>
<entry><type>
text
</type></entry>
<entry><structfield>
plugin
</structfield></entry>
<entry><type>
name
</type></entry>
<entry></entry>
<entry>The
slot type - <literal>physical</> or <literal>logical</>
</entry>
<entry>The
basename of the shared object containing the output plugin this logical slot is using, or null for physical slots.
</entry>
</row>
<row>
<entry><structfield>
plugin
</structfield></entry>
<entry><structfield>
slot_type
</structfield></entry>
<entry><type>text</type></entry>
<entry></entry>
<entry>The
basename of the shared object containing the output plugin this logical slot is using, or null for physical slots.
</entry>
<entry>The
slot type - <literal>physical</> or <literal>logical</>
</entry>
</row>
<row>
...
...
@@ -5304,22 +5304,14 @@
</entry>
</row>
<row>
<entry><structfield>xmin</structfield></entry>
<entry><type>xid</type></entry>
<entry></entry>
<entry>The oldest transaction that this slot needs the database to
retain. <literal>VACUUM</literal> cannot remove catalog tuples deleted
by any later transaction.
</entry>
</row>
<row>
<entry><structfield>catalog_xmin</structfield></entry>
<entry><type>xid</type></entry>
<entry></entry>
<entry>The <literal>xmin</literal>, or oldest transaction ID, that this
slot forces to be retained in the system catalogs. </entry>
<entry>The oldest transaction affecting the system catalogs that this
slot needs the database to retain. <literal>VACUUM</literal> cannot
remove catalog tuples deleted by any later transaction.
</entry>
</row>
<row>
...
...
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