pgsql: CREATE TABLE ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: CREATE TABLE ...
Date
Msg-id 20061011200326.38B119FB3B9@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
CREATE TABLE ... LIKE ... should mark the columns it creates with
attislocal = true, since they are not really inherited but merely copied
from the original table.  I'm not sure if there are any cases where it makes
a real difference given the existing uses of the flag, but wrong is wrong.
This was fixed in passing in HEAD by the LIKE INCLUDING CONSTRAINTS patch,
but never back-patched.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.290.2.3 -> r1.290.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.290.2.3&r2=1.290.2.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: CREATE TABLE ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair incorrect check for coercion of unknown literal to