Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit65fb5ff

Browse files
committed
Documentation corrections for pg_replication_slots.
Thomas Reiss, with changes to the catalog_xmin language by me.
1 parent203b0d1 commit65fb5ff

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5252,23 +5252,23 @@
52525252
<tbody>
52535253
<row>
52545254
<entry><structfield>slot_name</structfield></entry>
5255-
<entry><type>text</type></entry>
5255+
<entry><type>name</type></entry>
52565256
<entry></entry>
52575257
<entry>A unique, cluster-wide identifier for the replication slot</entry>
52585258
</row>
52595259

52605260
<row>
5261-
<entry><structfield>slot_type</structfield></entry>
5262-
<entry><type>text</type></entry>
5261+
<entry><structfield>plugin</structfield></entry>
5262+
<entry><type>name</type></entry>
52635263
<entry></entry>
5264-
<entry>Theslot type - <literal>physical</> or <literal>logical</></entry>
5264+
<entry>Thebasename of the shared object containing the output plugin thislogical slot is using, or null for physical slots.</entry>
52655265
</row>
52665266

52675267
<row>
5268-
<entry><structfield>plugin</structfield></entry>
5268+
<entry><structfield>slot_type</structfield></entry>
52695269
<entry><type>text</type></entry>
52705270
<entry></entry>
5271-
<entry>Thebasename of the shared object containing the output plugin this logicalslotis using, or null forphysical slots.</entry>
5271+
<entry>The slottype - <literal>physical</> or <literal>logical</></entry>
52725272
</row>
52735273

52745274
<row>
@@ -5304,22 +5304,14 @@
53045304
</entry>
53055305
</row>
53065306

5307-
<row>
5308-
<entry><structfield>xmin</structfield></entry>
5309-
<entry><type>xid</type></entry>
5310-
<entry></entry>
5311-
<entry>The oldest transaction that this slot needs the database to
5312-
retain. <literal>VACUUM</literal> cannot remove catalog tuples deleted
5313-
by any later transaction.
5314-
</entry>
5315-
</row>
5316-
53175307
<row>
53185308
<entry><structfield>catalog_xmin</structfield></entry>
53195309
<entry><type>xid</type></entry>
53205310
<entry></entry>
5321-
<entry>The <literal>xmin</literal>, or oldest transaction ID, that this
5322-
slot forces to be retained in the system catalogs. </entry>
5311+
<entry>The oldest transaction affecting the system catalogs that this
5312+
slot needs the database to retain. <literal>VACUUM</literal> cannot
5313+
remove catalog tuples deleted by any later transaction.
5314+
</entry>
53235315
</row>
53245316

53255317
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp