pgsql/src backend/parser/gram.y interfaces/ecp ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/parser/gram.y interfaces/ecp ...
Date: 2001-11-10 22:31:49
Message-ID: 200111102231.fAAMVn221462@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-11-10 23:06:12 pgsql/src/backend/postmaster postmaster.c
Previous Message tgl 2001-11-10 20:13:37 pgsql/doc/src/sgml/ref alter_table.sgml