pgsql/src/backend/parser analyze.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/backend/parser analyze.c
Дата
Msg-id 20020613020447.C69DE476373@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/06/12 22:04:47

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

Log message:
    Repair for bug #691 --- CREATE TABLE AS column aliases fail to be
    applied when the select is a UNION (or other set-operation).

    An alternative route to a fix would be to leave analyze.c alone and
    change plan_set_operations in prepunion.c to take column names from
    the topmost targetlist.  But I am not sure that would work in all
    cases.  This patch seems the minimum-risk fix.


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/contrib/oid2name README.oid2name
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src backend/commands/explain.c backend/u ...