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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a field to guc enums to allow hiding of values from display
Date: 2008-05-28 09:04:06
Message-ID: 20080528090406.E742F754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Alex Hunsaker

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.455 -> r1.456)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.455&r2=1.456)
pgsql/src/include/utils:
guc.h (r1.95 -> r1.96)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h?r1=1.95&r2=1.96)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2008-05-28 10:07:45 pgloader - pgloader: Build tablename and COPY column list only at COPY
Previous Message Tom Lane 2008-05-28 00:46:12 pgsql: Improve GRANT documentation to point out that UPDATE and DELETE