forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f63e11
committed
>> 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 forthat> change if that's OK.>Simple change -- patch attached.test=# select * from myfoo1() as z; z---- 1 2 3(3 rows)Joe Conway1 parentdd6513a commit4f63e11
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
810 |
| - | |
| 810 | + | |
811 | 811 |
| |
812 | 812 |
| |
813 | 813 |
| |
|
0 commit comments
Comments
(0)