diff options
author | Bruce Momjian | 2014-09-05 23:19:41 +0000 |
---|---|---|
committer | Bruce Momjian | 2014-09-05 23:19:41 +0000 |
commit | a74a4aa23bb95b590ff01ee564219d2eacea3706 (patch) | |
tree | b0c571dd65e5b05c755016108444e90995ba61dc /doc/src | |
parent | 1f4d1074c5d83a682e71104114211f6ddee129a5 (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.sgml | 3 |
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 — + systems such as <application>Slony-I</> and + <application>Skytools</> work correctly — if so, an appropriate value should be obtainable from the state of the downstream replicated database. </para> |