Change the default setting of "add_missing_from" to false. This has been
Neil Conway <neilc@samurai.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/delete.sgml | modified | +1 −7 |
| doc/src/sgml/ref/select.sgml | modified | +13 −34 |
| doc/src/sgml/ref/show.sgml | modified | +2 −2 |
| doc/src/sgml/runtime.sgml | modified | +20 −10 |
| src/backend/utils/misc/guc.c | modified | +2 −2 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |