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 | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 415a3bcf2e8..b4a06e48348 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5252,11 +5252,18 @@ slot_name - text + name A unique, cluster-wide identifier for the replication slot + + plugin + name + + The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots. + + slot_type text @@ -5264,13 +5271,6 @@ The slot type - physical or logical - - plugin - text - - The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots. - - datoid oid @@ -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. +