pgsql/src backend/parser/gram.y interfaces/ecp ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src backend/parser/gram.y interfaces/ecp ...
Date
Msg-id 200111102231.fAAMVn221462@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/10 17:31:49

Modified files:
    src/backend/parser: gram.y
    src/interfaces/ecpg/preproc: preproc.y

Log message:
    Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,
    though alas not as unquoted function names.  De-reserve a bunch of
    keywords that could have been in ColId rather than ColLabel all along.
    Per recent proposal in pgsql-patches.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml/ref alter_table.sgml
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/postmaster postmaster.c