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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src/backend/parser parse_relation.c
Дата
Msg-id 20020806053410.4183A47592A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/backend/parser parse_relation.c
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/test/regress/expected rangefu ...