mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
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
This commit is contained in:
@@ -85,7 +85,7 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
Only display records that modify the given block. The relation must
|
Only display records that modify the given block. The relation must
|
||||||
also be provided with <option>--relation</option> or
|
also be provided with <option>--relation</option> or
|
||||||
<option>-l</option>.
|
<option>-R</option>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user