pgsql: Fix problems with column name list of CREATE TABLE AS being
Started by Tom Lanealmost 20 years ago1 messagescomitters
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)