Skip to content

Commit cff9424

Browse files
committed
doc: Add standard Environment section to pg_amcheck ref page
Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/8458c9c5-18f1-46d7-94c4-1c30e4f44908%40eisentraut.org
1 parent 4f8ff6a commit cff9424

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/src/sgml/ref/pg_amcheck.sgml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,24 @@ PostgreSQL documentation
644644
</para>
645645
</refsect1>
646646

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+
<para>
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+
</para>
663+
</refsect1>
664+
647665
<refsect1>
648666
<title>Notes</title>
649667

0 commit comments

Comments
 (0)