diff options
author | Neil Conway <neilc@samurai.com> | 2005-04-08 00:59:59 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-04-08 00:59:59 +0000 |
commit | eb4b7a0b778ab2e67e43b41822ddae32803a30e3 (patch) | |
tree | 0373c18823016c90ef3412416d6eb2c25bc41afd /src/backend/utils/misc/postgresql.conf.sample | |
parent | f53cd94a786cf3240040098adeb9d9a9fe30e5b4 (diff) |
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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 113021fd79f..6b06afcb7fd 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 |