diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-11 20:03:18 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-11 20:03:18 +0000 |
commit | 8608aa953475e58899d630d1bea6beb9a3a370f4 (patch) | |
tree | 47a1f498f94dd3b49352dd84d98c65eb4a844dc4 /src/backend/executor/nodeSort.c | |
parent | 13abcaba8066b992ac3406716e415fedccbe7ef5 (diff) | |
download | postgresql-8608aa953475e58899d630d1bea6beb9a3a370f4.tar.gz postgresql-8608aa953475e58899d630d1bea6beb9a3a370f4.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/nodeSort.c')
0 files changed, 0 insertions, 0 deletions