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:
@ -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
|
||||
|
Reference in New Issue
Block a user