OSDN Git Service

Change the default setting of "add_missing_from" to false. This has been
authorNeil Conway <neilc@samurai.com>
Fri, 8 Apr 2005 00:59:59 +0000 (00:59 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 8 Apr 2005 00:59:59 +0000 (00:59 +0000)
commiteb4b7a0b778ab2e67e43b41822ddae32803a30e3
tree0373c18823016c90ef3412416d6eb2c25bc41afd
parentf53cd94a786cf3240040098adeb9d9a9fe30e5b4
Change the default setting of "add_missing_from" to false. This has been
the long-term plan for this behavior for quite some time, but it is only
possible now that DELETE has a USING clause so that the user can join
other tables in a DELETE statement without relying on this behavior.
doc/src/sgml/ref/delete.sgml
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/show.sgml
doc/src/sgml/runtime.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample