>> Hm. I'd sort of expect the "z" to become both the table and column
Bruce Momjian <bruce@momjian.us>
>> 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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_relation.c | modified | +2 −2 |