File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3566,7 +3566,7 @@ pg_probackup show-config -B <replaceable>backup_dir</replaceable> --instance <re
3566
3566
<title >show</title >
3567
3567
<programlisting >
3568
3568
pg_probackup show -B <replaceable >backup_dir</replaceable >
3569
- [--help] [--instance <replaceable >instance_name</replaceable > [-i <replaceable >backup_id</replaceable > | --archive]] [--format=plain|json]
3569
+ [--help] [--instance <replaceable >instance_name</replaceable > [-i <replaceable >backup_id</replaceable > | --archive]] [--format=plain|json] [--color]
3570
3570
</programlisting >
3571
3571
<para >
3572
3572
Shows the contents of the backup catalog. If
@@ -3581,6 +3581,8 @@ pg_probackup show -B <replaceable>backup_dir</replaceable>
3581
3581
plain text. You can specify the
3582
3582
<literal >--format=json</literal > option to get the result
3583
3583
in the <acronym >JSON</acronym > format.
3584
+ If <literal >--color</literal > flag is used with plain text format,
3585
+ then output is colored.
3584
3586
</para >
3585
3587
<para >
3586
3588
For details on usage, see the sections
@@ -4603,6 +4605,16 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
4603
4605
</para >
4604
4606
<para >
4605
4607
<variablelist >
4608
+
4609
+ <varlistentry >
4610
+ <term ><option >--color</option ></term >
4611
+ <listitem >
4612
+ <para >
4613
+ Color the console log messages of <literal >warning</literal > and <literal >error</literal > levels.
4614
+ </para >
4615
+ </listitem >
4616
+ </varlistentry >
4617
+
4606
4618
<varlistentry >
4607
4619
<term ><option >--log-level-console=<replaceable >log_level</replaceable ></option ></term >
4608
4620
<listitem >
You can’t perform that action at this time.
0 commit comments