Documentation corrections for pg_replication_slots.
authorRobert Haas
Thu, 1 May 2014 02:55:16 +0000 (22:55 -0400)
committerRobert Haas
Thu, 1 May 2014 02:55:16 +0000 (22:55 -0400)
Thomas Reiss, with changes to the catalog_xmin language by me.

doc/src/sgml/catalogs.sgml

index 415a3bcf2e84ad7e5164ffb8cf24bbff97c0c535..b4a06e48348f41ed05657eaa20015e3194724906 100644 (file)
     
      
       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
      
 
      
       
      
 
-     
-      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.
+