pgsql: Improve pg_resetwal documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve pg_resetwal documentation
Date
Msg-id E1ezp8E-0007Ii-Bm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve pg_resetwal documentation

Clarify that the -l option takes a file name, not an "address", and that
that might be different from the LSN if nondefault WAL segment sizes are
used.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4644a1170f0ad88f92d2835f589fffb6aa38c129

Modified Files
--------------
doc/src/sgml/ref/pg_resetwal.sgml | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Don't qualify type pg_catalog.text inextend-extensions-example.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Avoid premature free of pass-by-reference CALL arguments.