Make default_with_oids default to false -- user-created tables will now

Neil Conway <neilc@samurai.com>

Commit: ff02d0a05280e96e0b91b97ec50e98611f9c7598
Author: Neil Conway <neilc@samurai.com>
Date: 2005-03-13T09:36:31Z
Releases: 8.1.0
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