1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

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.
This commit is contained in:
Neil Conway
2005-04-08 00:59:59 +00:00
parent f53cd94a78
commit eb4b7a0b77
6 changed files with 39 additions and 56 deletions

View File

@ -313,7 +313,7 @@
# - Previous Postgres Versions -
#add_missing_from = true
#add_missing_from = false
#regex_flavor = advanced # advanced, extended, or basic
#sql_inheritance = true
#default_with_oids = false