pgsql: Add constraint exclusion items: < > * Allow EXPLAIN to identify

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add constraint exclusion items: < > * Allow EXPLAIN to identify
Date: 2005-07-30 04:05:17
Message-ID: 20050730040517.6F1AD52A92@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add constraint exclusion items:
<
> * Allow EXPLAIN to identify tables that were skipped because of
> enable_constraint_exclusion
> * Allow EXPLAIN output to be more easily processed by scripts
760a763
> * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries

Modified Files:
--------------
pgsql/doc:
TODO (r1.1609 -> r1.1610)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1609&r2=1.1610)
pgsql/doc/src/FAQ:
TODO.html (r1.116 -> r1.117)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.116&r2=1.117)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-30 04:19:41 Re: [COMMITTERS] pgsql: Basic documentation for ROLEs.
Previous Message Bruce Momjian 2005-07-30 03:59:23 pgsql: Add: < > * Allow enable_constraint_exclusion to work for UNIONs