pgsql: Change the default setting of "add_missing_from" to false. - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Change the default setting of "add_missing_from" to false.
Date
Msg-id 20050408005959.E39B753B3A@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Use fork_process() to avoid some fork()-related boilerplate code
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Special case bytea instantiation to avoid escaping.