pgsql: Add a field to guc enums to allow hiding of values from display - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Add a field to guc enums to allow hiding of values from display
Date
Msg-id 20080528090406.E742F754C54@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add a field to guc enums to allow hiding of values from display
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE
Next
From: dim@pgfoundry.org (User Dim)
Date:
Subject: pgloader - pgloader: Build tablename and COPY column list only at COPY