Re: color by default
Gavin Flower <gavinflower@archidevsys.co.nz>
From: Gavin Flower <GavinFlower@archidevsys.co.nz>
To: Michael Paquier <michael@paquier.xyz>, Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-01-06T07:26:39Z
Lists: pgsql-hackers
On 06/01/2020 18:38, Michael Paquier wrote: > On Fri, Jan 03, 2020 at 01:10:30PM -0500, Robert Haas wrote: >> On Thu, Jan 2, 2020 at 6:38 PM Gavin Flower >> <GavinFlower@archidevsys.co.nz> wrote: >>> I find coloured output very difficult to read, as the colours seem to be >>> chosen on the basis everyone uses white as the background colour for >>> terminals -- whereas I use black, as do a lot of other people. >> I don't like colored output either. > I don't like colored output either. However there is an easy way to > disable that so applying this patch does not change things IMO as > anybody unhappy with colors can just disable it with a one-liner in > a bashrc or such. > -- > Michael That's kind of like using a sledgehammer to crack a nut. The colour in grep output is often useful. I'd like to control it per application. Cheers, Gavin
Commits
-
Document color support
- e1ff780485ca 13.0 landed