diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-11 20:03:11 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-11 20:03:11 +0000 |
commit | 97fc0f6e831392b2701d34f700d028c436b96fab (patch) | |
tree | 849f45e73264be7db6e4ccab853caf7ffff62dfe /src/backend/executor/nodeSubplan.c | |
parent | 34cd09fdd0e871a08096b4d6535b6b66e694d81e (diff) | |
download | postgresql-97fc0f6e831392b2701d34f700d028c436b96fab.tar.gz postgresql-97fc0f6e831392b2701d34f700d028c436b96fab.zip |
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.
Diffstat (limited to 'src/backend/executor/nodeSubplan.c')
0 files changed, 0 insertions, 0 deletions