Make default_with_oids default to false -- user-created tables will now
Neil Conway <neilc@samurai.com>
Make default_with_oids default to false -- user-created tables will now no longer include OIDs, unless WITH OIDS is specified or the default_with_oids configuration parameter is enabled. Update the docs accordingly.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/datatype.sgml | modified | +10 −27 |
| doc/src/sgml/ddl.sgml | modified | +5 −6 |
| doc/src/sgml/plpgsql.sgml | modified | +3 −2 |
| doc/src/sgml/pltcl.sgml | modified | +4 −3 |
| doc/src/sgml/ref/select_into.sgml | modified | +8 −9 |
| doc/src/sgml/runtime.sgml | modified | +13 −18 |
| src/backend/utils/misc/guc.c | modified | +4 −4 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |