From: Andres Freund Date: Thu, 30 Jan 2014 07:09:41 +0000 (+0100) Subject: slot: docs: adjust example to the fact that we now return NULLs in pg_replication_slots X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=da8f9e5424ea8f8d3e9e0744275b30e222316f55;p=users%2Frhaas%2Fpostgres.git slot: docs: adjust example to the fact that we now return NULLs in pg_replication_slots --- 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