]> granicus.if.org Git - postgresql/commit
Fix problems with column name list of CREATE TABLE AS being applied to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Sep 2006 16:04:04 +0000 (16:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Sep 2006 16:04:04 +0000 (16:04 +0000)
commit2ad94d382c2fa1e1917a46f86c44f95faf110bb2
tree288fe9e56f5ceadb7b23702d5fd03d0dc6376343
parente8efd983126604ac25e968608ef099fcf904692d
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.
src/backend/parser/analyze.c