pgsql-server: Allow second and subsequent names in a qualified (dotted)

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Allow second and subsequent names in a qualified (dotted)
Date: 2004-08-24 20:41:41
Message-ID: 20040824204141.7E3855E46E1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow second and subsequent names in a qualified (dotted) name to be
ColLabel instead of just ColId --- that is, any keyword can appear after
a dot and it will be taken as an identifier. Fixes problems with names
that are okay as standalone function names but fail when qualified.

Modified Files:
--------------
pgsql-server/src/backend/parser:
gram.y (r2.473 -> r2.474)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/parser/gram.y.diff?r1=2.473&r2=2.474)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-24 21:35:20 pgsql-server: Translation update
Previous Message Tom Lane 2004-08-24 14:31:13 Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling