Re: color by default - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: color by default
Date
Msg-id 20200330080346.GF43995@paquier.xyz
Whole thread Raw
In response to Re: color by default  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Responses Re: color by default
List pgsql-hackers
On Sun, Mar 29, 2020 at 02:55:37PM +0200, Juan José Santamaría Flecha wrote:
> Add it to the tests done when PG_COLOR is "auto".

FWIW, I am not sure that it is a good idea to stick into the code
knowledge inherent to TERM.  That would likely rot depending on how
terminals evolve in the future, and it is easy to test if a terminal
supports color or not but just switching PG_COLOR in a given
environment and look at the error message produced by anything
able to support coloring.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: pg_stat_statements issue with parallel maintenance (Was Re: WALusage calculation patch)
Next
From: Julien Rouhaud
Date:
Subject: Re: Planning counters in pg_stat_statements (using pgss_store)