pgsql: Fix CREATE TABLE ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix CREATE TABLE ...
Date: 2006-09-18 00:52:15
Message-ID: 20060918005215.51C439FA23E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2006-09-18 12:11:36 pgsql: Improve wordings by David Fuhry <dfuhry@cs.kent.edu>
Previous Message Tom Lane 2006-09-17 22:50:31 pgsql: Change ANALYZE to take ShareUpdateExclusiveLock not