Обсуждение: pgsql: Fix problems with column name list of CREATE TABLE AS being

Поиск
Список
Период
Сортировка

pgsql: Fix problems with column name list of CREATE TABLE AS being

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix problems with column name list of CREATE TABLE AS being applied to
the input query's target list too soon, causing it to affect processing
of ORDER BY in the input query.

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.350 -> r1.351)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.350&r2=1.351)