diff options
author | Peter Eisentraut | 2020-03-29 09:13:27 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-03-29 09:15:11 +0000 |
commit | e1ff780485ca9ff0d2db3cd716b63557fc6ae5e5 (patch) | |
tree | af60819cac79f7c39b07b46ecab58d6b1395d7b8 /doc/src/sgml/postgres.sgml | |
parent | 9cedb1666051516c2763bb0ae4ace583cd26b141 (diff) |
Document color support
Add a documentation appendix that explains the PG_COLOR and PG_COLORS
environment variables.
Discussion: https://www.postgresql.org/message-id/flat/bbdcce43-bd2e-5599-641b-9b44b9e0add4@2ndquadrant.com
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index e59cba79975..1f7bd328784 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -278,6 +278,7 @@ &docguide; &limits; &acronyms; + &color; </part> |