pgsql-server/src/backend/parser parse_relation.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/parser parse_relation.c
Date: 2002-08-06 05:34:10
Message-ID: 20020806053410.4183A47592A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/06 01:34:10

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

Log message:
>> Hm. I'd sort of expect the "z" to become both the table and column
>> alias in this case. What do you think?
>
> I guess that would make sense. I'll make a separate patch just for
that
> change if that's OK.
>

Simple change -- patch attached.

test=# select * from myfoo1() as z;
z
----
1
2
3
(3 rows)

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-06 05:34:46 pgsql-server/src/test/regress/expected rangefu ...
Previous Message Bruce Momjian - CVS 2002-08-06 05:33:30 pgsql-server/src/backend/parser parse_relation.c