8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8ff6a commit cff9424Copy full SHA for cff9424
doc/src/sgml/ref/pg_amcheck.sgml
@@ -644,6 +644,24 @@ PostgreSQL documentation
644
</para>
645
</refsect1>
646
647
+ <refsect1>
648
+ <title>Environment</title>
649
+
650
+ <para>
651
+ <command>pg_amcheck</command>, like most other <productname>PostgreSQL</productname>
652
+ utilities,
653
+ also uses the environment variables supported by <application>libpq</application>
654
+ (see <xref linkend="libpq-envars"/>).
655
+ </para>
656
657
658
+ The environment variable <envar>PG_COLOR</envar> specifies whether to use
659
+ color in diagnostic messages. Possible values are
660
+ <literal>always</literal>, <literal>auto</literal> and
661
+ <literal>never</literal>.
662
663
+ </refsect1>
664
665
<refsect1>
666
<title>Notes</title>
667
0 commit comments