]> granicus.if.org Git - postgresql/commit
Make default_with_oids default to false -- user-created tables will now
authorNeil Conway <neilc@samurai.com>
Sun, 13 Mar 2005 09:36:31 +0000 (09:36 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 13 Mar 2005 09:36:31 +0000 (09:36 +0000)
commitff02d0a05280e96e0b91b97ec50e98611f9c7598
tree430a642c7e87e1585db184183a4f0ce523412ef6
parent0edc2f14e0b5ece995a5ebb7f36ea593d730c4aa
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.
doc/src/sgml/datatype.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/pltcl.sgml
doc/src/sgml/ref/select_into.sgml
doc/src/sgml/runtime.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample