From: Peter Eisentraut Date: Wed, 15 May 2024 11:05:30 +0000 (+0200) Subject: doc: Add standard Environment section to pg_amcheck ref page X-Git-Tag: REL_17_BETA1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cff942453f21ad13db28d820711a45ec94e856a2;p=thirdparty%2Fpostgresql.git doc: Add standard Environment section to pg_amcheck ref page Reviewed-by: Daniel Gustafsson Discussion: https://www.postgresql.org/message-id/flat/8458c9c5-18f1-46d7-94c4-1c30e4f44908%40eisentraut.org --- diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml index 067c806b46d..2b9634b3ac2 100644 --- a/doc/src/sgml/ref/pg_amcheck.sgml +++ b/doc/src/sgml/ref/pg_amcheck.sgml @@ -644,6 +644,24 @@ PostgreSQL documentation + + Environment + + + pg_amcheck, like most other PostgreSQL + utilities, + also uses the environment variables supported by libpq + (see ). + + + + The environment variable PG_COLOR specifies whether to use + color in diagnostic messages. Possible values are + always, auto and + never. + + + Notes