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.
Showing
- doc/src/sgml/datatype.sgml 10 additions, 27 deletionsdoc/src/sgml/datatype.sgml
- doc/src/sgml/ddl.sgml 5 additions, 6 deletionsdoc/src/sgml/ddl.sgml
- doc/src/sgml/plpgsql.sgml 3 additions, 2 deletionsdoc/src/sgml/plpgsql.sgml
- doc/src/sgml/pltcl.sgml 4 additions, 3 deletionsdoc/src/sgml/pltcl.sgml
- doc/src/sgml/ref/select_into.sgml 8 additions, 9 deletionsdoc/src/sgml/ref/select_into.sgml
- doc/src/sgml/runtime.sgml 13 additions, 18 deletionsdoc/src/sgml/runtime.sgml
- src/backend/utils/misc/guc.c 4 additions, 4 deletionssrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 1 addition, 1 deletionsrc/backend/utils/misc/postgresql.conf.sample
Loading
Please register or sign in to comment