pgsql/src/backend/parser parse_func.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser parse_func.c
Date: 2001-01-23 02:32:26
Message-ID: 200101230232.f0N2WQX64221@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/01/22 21:32:26

Modified files:
src/backend/parser: parse_func.c

Log message:
Remove no-longer-needed restriction against referencing system
attributes in a FieldSelect node --- all the places that manipulate
these work just fine with system attribute numbers. OK, it's a new
feature, so shoot me ...

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-01-23 03:10:26 pgsql/src/include/utils date.h timestamp.h
Previous Message Bruce Momjian - CVS 2001-01-23 02:27:04 pgsql/doc TODO