pgsql: Change the default setting of "add_missing_from" to false.

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change the default setting of "add_missing_from" to false.
Date: 2005-04-08 00:59:59
Message-ID: 20050408005959.E39B753B3A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-08 01:37:34 python - be: Special case bytea instantiation to avoid escaping.
Previous Message Neil Conway 2005-04-08 00:55:08 pgsql: Use fork_process() to avoid some fork()-related boilerplate code