Re: PGCOLOR? (Re: pgsql: Unified logging system for command-line programs)

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PGCOLOR? (Re: pgsql: Unified logging system for command-line programs)
Date: 2019-09-18 11:03:56
Message-ID: daa1f509-b1a2-8fc3-4079-305470dfa7b7@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2019-06-06 11:08, Masahiko Sawada wrote:
> On Tue, Apr 9, 2019 at 9:01 PM Christoph Berg <myon(at)debian(dot)org> wrote:
>>
>> Re: Peter Eisentraut 2019-04-09 <d483cdb6-db98-9b2f-7f2b-eed0f4bd975d(at)2ndquadrant(dot)com>
>>> I'm okay with changing it. As you indicate, I chose the name so that it
>>> doesn't look like a libpq variable. There are some other PG_ variables
>>> throughout the code, but those appear to be mostly for internal use.
>>> Also, there is GCC_COLORS, LS_COLORS, etc. But perhaps this wisdom will
>>> be lost on users who just read the man page and get confused. ;-)
>>
>> Do we need two variables to control this? I was only looking at
>> PG_COLOR, and noticed PG_COLORS only later. Keeping PG_COLORS aligned
>> with {GCC,LS}_COLORS makes sense. How about removing PG_COLOR, and
>> making "auto" the default? (Maybe we could still support "PG_COLORS=off")
>>
>
> I think the if we keep two variables user can set the same value to
> both GCC_COLORS and PG_COLORS. Rather I think it's a problem that
> there is no documentation of PG_COLORS. Thoughts?

It looks like there is documentation for PG_COLORS in the release notes
now, which seems like an odd place. Suggestions for a better place?

And any more opinions for PG_COLORS vs PGCOLORS naming?

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-09-18 12:07:57 pgsql: Remove unused smgrdounlinkfork() function.
Previous Message Peter Eisentraut 2019-09-17 20:06:07 pgsql: Add some const decorations to array constants

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2019-09-18 11:37:53 Re: [PATCH] Speedup truncates of relation forks
Previous Message Etsuro Fujita 2019-09-18 11:03:34 Re: Documentation updates for direct foreign table modification