Обсуждение: pgsql: Change the default setting of "add_missing_from" to false.
pgsql: Change the default setting of "add_missing_from" to false.
От
neilc@svr1.postgresql.org (Neil Conway)
Дата:
Log Message:
-----------
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.
Modified Files:
--------------
pgsql/doc/src/sgml:
runtime.sgml (r1.312 -> r1.313)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.312&r2=1.313)
pgsql/doc/src/sgml/ref:
delete.sgml (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/delete.sgml.diff?r1=1.23&r2=1.24)
select.sgml (r1.82 -> r1.83)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml.diff?r1=1.82&r2=1.83)
show.sgml (r1.37 -> r1.38)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/show.sgml.diff?r1=1.37&r2=1.38)
pgsql/src/backend/utils/misc:
guc.c (r1.257 -> r1.258)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.257&r2=1.258)
postgresql.conf.sample (r1.138 -> r1.139)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.138&r2=1.139)