projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c412669
)
slot: docs: adjust example to the fact that we now return NULLs in pg_replication_slots
author
Andres Freund
<andres@anarazel.de>
Thu, 30 Jan 2014 07:09:41 +0000
(08:09 +0100)
committer
Andres Freund
<andres@anarazel.de>
Thu, 30 Jan 2014 07:09:41 +0000
(08:09 +0100)
doc/src/sgml/high-availability.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index e3ab7f85c8dc9ff8006cf0d938c97edba554403a..1937431e67f51fc1f2039bf39c171dc608489ca0 100644
(file)
--- 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)
</programlisting>
To configure the standby to use this slot, <varname>primary_slotname</>