summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2014-09-05 23:19:41 +0000
committerBruce Momjian2014-09-05 23:19:41 +0000
commita74a4aa23bb95b590ff01ee564219d2eacea3706 (patch)
treeb0c571dd65e5b05c755016108444e90995ba61dc /doc/src
parent1f4d1074c5d83a682e71104114211f6ddee129a5 (diff)
pg_upgrade: preserve the timestamp epoch
This is useful for replication tools like Slony and Skytools. Report by Sergey Konoplev
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_resetxlog.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_resetxlog.sgml b/doc/src/sgml/ref/pg_resetxlog.sgml
index 34b06069556..0b53bd68595 100644
--- a/doc/src/sgml/ref/pg_resetxlog.sgml
+++ b/doc/src/sgml/ref/pg_resetxlog.sgml
@@ -166,7 +166,8 @@ PostgreSQL documentation
except in the field that is set by <command>pg_resetxlog</command>,
so any value will work so far as the database itself is concerned.
You might need to adjust this value to ensure that replication
- systems such as <application>Slony-I</> work correctly &mdash;
+ systems such as <application>Slony-I</> and
+ <application>Skytools</> work correctly &mdash;
if so, an appropriate value should be obtainable from the state of
the downstream replicated database.
</para>