|
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.
+
|