]> granicus.if.org Git - postgresql/commit
Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Sep 2006 00:52:14 +0000 (00:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Sep 2006 00:52:14 +0000 (00:52 +0000)
commit18a963778a2aa8794f48874c180d8ea9ea80a6c3
tree8d0bbd1ed3d6e4df3b87433bb702b81a1d596c81
parentda7540b9d17c09c3b2e49a7580e5f42dcc4a4bcd
Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;
oversight in original implementation of VALUES.  Also fix an oversight
in recent addition of options to CREATE TABLE AS: they weren't getting
propagated if the query was a set-operation such as UNION.
src/backend/parser/analyze.c