postgresql/src
Bruce Momjian 4f63e11646 >> 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
2002-08-06 05:34:10 +00:00
..
backend >> Hm. I'd sort of expect the "z" to become both the table and column 2002-08-06 05:34:10 +00:00
bin Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
corba
data
include Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
interfaces 1) Improve the handling of the queries like (select ..) union (select ..) 2002-08-01 03:07:50 +00:00
makefiles
pl Back out pl/pgsql quotation fix. Has problems. 2002-08-04 04:17:33 +00:00
port
template
test Attached are two patches to implement and document anonymous composite 2002-08-04 19:48:11 +00:00
tools
tutorial Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
utils
DEVELOPERS
Makefile Ensure that src/tutorial gets cleaned by top-level make clean. 2002-07-30 17:47:58 +00:00
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak