]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jan 2003 05:10:57 +0000 (05:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jan 2003 05:10:57 +0000 (05:10 +0000)
commit01376c215c4ec02e05fe0b8f543b178666f57535
tree940f4c6540eae33c735e445c368197188a8684ad
parentd73531209cdb7d066b9e5b0fd7a380605e20ffbf
Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,
for backwards compatibility with pre-7.3 behavior.  Per discussion on
pgsql-general and pgsql-hackers.
src/backend/executor/execMain.c
src/backend/executor/execUtils.c
src/include/nodes/execnodes.h