slot: docs: adjust example to the fact that we now return NULLs in pg_replication_slots
authorAndres Freund <andres@anarazel.de>
Thu, 30 Jan 2014 07:09:41 +0000 (08:09 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 30 Jan 2014 07:09:41 +0000 (08:09 +0100)
doc/src/sgml/high-availability.sgml

index e3ab7f85c8dc9ff8006cf0d938c97edba554403a..1937431e67f51fc1f2039bf39c171dc608489ca0 100644 (file)
@@ -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)
 </programlisting>
      To configure the standby to use this slot, <varname>primary_slotname</>