mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Add -f/--follow option to pg_xlogdump.
This is useful for seeing what WAL records are inserted in real-time, by pointing pg_xlogdump to a live server.
This commit is contained in:
@ -91,6 +91,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-f</option></term>
|
||||
<term><option>--follow</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
After reaching the end of valid WAL, keep polling once per second for
|
||||
new WAL to appear.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-n <replaceable>limit</replaceable></option></term>
|
||||
<term><option>--limit=<replaceable>limit</replaceable></option></term>
|
||||
|
Reference in New Issue
Block a user