diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-12 11:54:57 +0200 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-12-12 11:57:18 +0200 |
| commit | 108e3992cdae890c9b5b4778c3598fce35eea4ca (patch) | |
| tree | f7e5b0f626ccb31b90acc74dd0b98317cd87d9e3 /doc/src | |
| parent | 22310b808d45f67db4037a74aa47f44d716a4a83 (diff) | |
Display old and new values in pg_resetxlog -n output.
For extra clarity.
Rajeev Rastogi, reviewed by Amit Kapila
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_resetxlog.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_resetxlog.sgml b/doc/src/sgml/ref/pg_resetxlog.sgml index c680680fe78..b5286650cec 100644 --- a/doc/src/sgml/ref/pg_resetxlog.sgml +++ b/doc/src/sgml/ref/pg_resetxlog.sgml @@ -177,9 +177,10 @@ PostgreSQL documentation <para> The <option>-n</> (no operation) option instructs <command>pg_resetxlog</command> to print the values reconstructed from - <filename>pg_control</> and then exit without modifying anything. - This is mainly a debugging tool, but can be useful as a sanity check - before allowing <command>pg_resetxlog</command> to proceed for real. + <filename>pg_control</> and values about to be changed, and then exit + without modifying anything. This is mainly a debugging tool, but can be + useful as a sanity check before allowing <command>pg_resetxlog</command> + to proceed for real. </para> <para> |
