From 65fb5ff13009ef34ff95300d3e03540cf872e494 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 30 Apr 2014 22:55:16 -0400 Subject: [PATCH] Documentation corrections for pg_replication_slots. Thomas Reiss, with changes to the catalog_xmin language by me. --- doc/src/sgml/catalogs.sgml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 415a3bcf2e..b4a06e4834 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5252,23 +5252,23 @@ slot_name - text + name A unique, cluster-wide identifier for the replication slot - slot_type - text + plugin + name - The slot type - physical or logical + The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots. - plugin + slot_type text - The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots. + The slot type - physical or logical @@ -5304,22 +5304,14 @@ - - xmin - xid - - The oldest transaction that this slot needs the database to - retain. VACUUM cannot remove catalog tuples deleted - by any later transaction. - - - catalog_xmin xid - The xmin, or oldest transaction ID, that this - slot forces to be retained in the system catalogs. + The oldest transaction affecting the system catalogs that this + slot needs the database to retain. VACUUM cannot + remove catalog tuples deleted by any later transaction. + -- 2.49.0