pgsql: doc: Reorganize pg_resetxlog reference page - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Reorganize pg_resetxlog reference page
Date
Msg-id E1adqPH-0000O7-L1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Reorganize pg_resetxlog reference page

The pg_resetxlog reference page didn't have a proper options list, only
running text listing the options and some explanations of them.  This
might have worked when there were only a few options, but the list has
grown over the releases, and now it's hard to find an option and its
associated explanation.  So write out the options list as on other
reference pages.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e19e4cf0be2892d3c894d6e37b905024f5977ab2

Modified Files
--------------
doc/src/sgml/ref/pg_resetxlog.sgml | 222 ++++++++++++++++++++++++-------------
1 file changed, 144 insertions(+), 78 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: PostgresNode: add backup_fs_hot and backup_fs_cold
Next
From: Andres Freund
Date:
Subject: pgsql: Introduce durable_rename() and durable_link_or_rename().