From da8f9e5424ea8f8d3e9e0744275b30e222316f55 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 30 Jan 2014 08:09:41 +0100 Subject: [PATCH] slot: docs: adjust example to the fact that we now return NULLs in pg_replication_slots --- doc/src/sgml/high-availability.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index e3ab7f85c8..1937431e67 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -934,7 +934,7 @@ postgres=# SELECT * FROM create_physical_replication_slot('node_a_slot'); postgres=# SELECT * FROM pg_replication_slots; slot_name | slot_type | datoid | database | active | xmin | restart_lsn -------------+-----------+--------+----------+--------+------+------------- - node_a_slot | physical | 0 | | f | 0 | 0/0 + node_a_slot | physical | 0 | | f | | (1 row) To configure the standby to use this slot, primary_slotname -- 2.39.5