Fix pg_waldump docs.

Before 52b5568, the recently added -l option was short for --relation.
We changed it to -R, but we forgot to update one place in the
documentation.

Author: Japin Li <japinli@hotmail.com>
Discussion: https://postgr.es/m/MEYP282MB1669435CFBE57CBBA5116C66B61D9%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
pull/81/head
Thomas Munro 4 years ago
parent 264d284929
commit 8af36427d4
  1. 2
      doc/src/sgml/ref/pg_waldump.sgml

@ -85,7 +85,7 @@ PostgreSQL documentation
<para>
Only display records that modify the given block. The relation must
also be provided with <option>--relation</option> or
<option>-l</option>.
<option>-R</option>.
</para>
</listitem>
</varlistentry>

Loading…
Cancel
Save