pgsql: Improve pg_resetwal documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve pg_resetwal documentation
Date: 2018-03-24 19:47:14
Message-ID: E1ezp8E-0007Ii-Bm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-24 21:25:02 Re: pgsql: Avoid premature free of pass-by-reference CALL arguments.
Previous Message Noah Misch 2018-03-24 03:36:06 pgsql: Don't qualify type pg_catalog.text in extend-extensions-example.