On Tue, Mar 8, 2011 at 4:44 PM, Tom Lane <t...@sss.pgh.pa.us> wrote: > Add missing keywords to gram.y's unreserved_keywords list. > > We really need an automated check for this ... and did VALIDATE really > need to become a keyword at all, rather than picking some other syntax > using existing keywords?
I think we ought to try to do something about this, so that VALIDATE doesn't need to become a keyword. How about instead of VALIDATE CONSTRAINT we simply write ALTER CONSTRAINT ... VALID? (Patch attached, passes make check.) -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
alter-constraint-valid.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers