diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index d5430d4324..6b68dcde1e 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -201,6 +201,23 @@ PostgreSQL documentation Notes + + Rewind with running server as source + + + pg_rewind scans the control file of the + source server and looks for its timeline number to determine if a + rewind is necessary or not on the target. When + + + + How it works