Re: SHOW, RESET require quotes, SET doesn't - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SHOW, RESET require quotes, SET doesn't
Date
Msg-id 21284.1124858955@sss.pgh.pa.us
Whole thread Raw
In response to SHOW, RESET require quotes, SET doesn't  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> I see in gram.y that SHOW and RESET take a ColId but SET takes a
> var_name, which is ColId or var_name.ColId.  Is there a reason for
> the inconsistency or is it just an oversight?

Offhand it looks like the custom-variable patch missed dealing
with SHOW and RESET ... that patch was a few bricks shy of a load
in other ways too ... 
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.1 release notes
Next
From: Andreas Seltenreich
Date:
Subject: Re: Must be owner to truncate?