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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)