Re: pgsql: Add a field to guc enums to allow hiding of values from display

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add a field to guc enums to allow hiding of values from display
Date: 2008-05-28 14:21:06
Message-ID: 27842.1211984466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

mha(at)postgresql(dot)org (Magnus Hagander) writes:
> Add a field to guc enums to allow hiding of values from display while
> still accepting them as input, used to allow alternate syntax for the
> same setting.

Aren't there some config_enum_entrys elsewhere (like xlog.c)?
I think they'd default to false, but still it'd be better practice
to fill them in.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-05-28 14:33:16 Re: pgsql: Add a field to guc enums to allow hiding of values from display
Previous Message User Dim 2008-05-28 10:07:45 pgloader - pgloader: Build tablename and COPY column list only at COPY