Reviewed-by: Daniel Gustafsson
Discussion: https://www.postgresql.org/message-id/flat/
8458c9c5-18f1-46d7-94c4-
1c30e4f44908%40eisentraut.org
+
+
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