mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Allow specifying pg_waldump --rmgr option multiple times.
Before, if you specified multiple --rmgr options, only the last one took effect. It seems more sensible to select all the specified resource managers. Reviewed-By: Daniel Gustafsson, Julien Rouhaud Discussion: https://www.postgresql.org/message-id/98344bc2-e222-02ad-a75b-81ffc614c155%40iki.fi
This commit is contained in:
@ -142,7 +142,8 @@ PostgreSQL documentation
|
||||
<term><option>--rmgr=<replaceable>rmgr</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Only display records generated by the specified resource manager.
|
||||
Only display records generated by the specified resource manager. You can
|
||||
specify the option multiple times to select multiple resource managers.
|
||||
If <literal>list</literal> is passed as name, print a list of valid resource manager
|
||||
names, and exit.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user