diff options
author | Neil Conway <neilc@samurai.com> | 2005-03-13 09:36:31 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-03-13 09:36:31 +0000 |
commit | ff02d0a05280e96e0b91b97ec50e98611f9c7598 (patch) | |
tree | 430a642c7e87e1585db184183a4f0ce523412ef6 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 0edc2f14e0b5ece995a5ebb7f36ea593d730c4aa (diff) | |
download | postgresql-ff02d0a05280e96e0b91b97ec50e98611f9c7598.tar.gz postgresql-ff02d0a05280e96e0b91b97ec50e98611f9c7598.zip |
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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 74a029e6574..070d1e7632e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -314,7 +314,7 @@ #add_missing_from = true #regex_flavor = advanced # advanced, extended, or basic #sql_inheritance = true -#default_with_oids = true +#default_with_oids = false # - Other Platforms & Clients - |