diff options
author | Robert Haas <rhaas@postgresql.org> | 2020-04-02 20:25:04 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2020-04-02 20:25:04 -0400 |
commit | ac44367efbef198c57a18b96dbc6a39191720994 (patch) | |
tree | 9aeca1fa70395e45856d730cb2b60546cb15479b /doc/src | |
parent | 7cb0a423f914af6936d13a8c7f2e35c0a4e4bd14 (diff) | |
download | postgresql-ac44367efbef198c57a18b96dbc6a39191720994.tar.gz postgresql-ac44367efbef198c57a18b96dbc6a39191720994.zip |
pg_waldump: Add a --quiet option.
The primary motivation for this change is that it will be used by the
upcoming patch to add backup manifests, but it also seems to have some
potential more general use.
Andres Freund and Robert Haas
Discussion: http://postgr.es/m/20200330020814.nspra4mvby42yoa4@alap3.anarazel.de
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_waldump.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml index 667093f0601..5fcdfe210ac 100644 --- a/doc/src/sgml/ref/pg_waldump.sgml +++ b/doc/src/sgml/ref/pg_waldump.sgml @@ -126,6 +126,18 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>-q</option></term> + <term><option>--quiet</option></term> + <listitem> + <para> + Do not print any output, except for errors. This option can be useful + when you want to know whether a range of WAL records can be + successfully parsed but don't care about the record contents. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-r <replaceable>rmgr</replaceable></option></term> <term><option>--rmgr=<replaceable>rmgr</replaceable></option></term> <listitem> |