Code for WITHOUT OIDS.
Bruce Momjian <bruce@momjian.us>
Code for WITHOUT OIDS. On Wed, 2003-01-08 at 21:59, Christopher Kings-Lynne wrote: > I agree. I want to remove OIDs from heaps of our tables when we go to 7.3. > I'd rather not have to do it in the dump due to down time. Rod Taylor <rbt@rbt.ca>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +17 −2 |
| src/backend/commands/tablecmds.c | modified | +117 −2 |
| src/backend/parser/gram.y | modified | +10 −2 |
| src/backend/tcop/utility.c | modified | +7 −2 |
| src/include/commands/tablecmds.h | modified | +3 −1 |
| src/include/nodes/parsenodes.h | modified | +3 −2 |
| src/test/regress/expected/alter_table.out | modified | +56 −0 |
| src/test/regress/sql/alter_table.sql | modified | +33 −0 |