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:41 +0000 (05:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jan 2003 05:10:41 +0000 (05:10 +0000)
commit790d5bc9922d515f04b83182b1767a4eaa37cdb7
tree0848e2f31ddfc2c4cb03b8344405f15d110343f5
parent742403bdad1884c95c2ad673d6b9e7c341b31a56
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