From a74a4aa23bb95b590ff01ee564219d2eacea3706 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 5 Sep 2014 19:19:41 -0400 Subject: pg_upgrade: preserve the timestamp epoch This is useful for replication tools like Slony and Skytools. Report by Sergey Konoplev --- doc/src/sgml/ref/pg_resetxlog.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 pg_resetxlog, 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 Slony-I work correctly — + systems such as Slony-I and + Skytools work correctly — if so, an appropriate value should be obtainable from the state of the downstream replicated database. -- cgit v1.2.3