pgsql: Remove caveat about avoiding cross-type operators in constraints - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove caveat about avoiding cross-type operators in constraints
Date
Msg-id 20061228200238.858D49FA509@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove caveat about avoiding cross-type operators in constraints intended
for use with constraint exclusion.  We can prove those cases now...

Modified Files:
--------------
    pgsql/doc/src/sgml:
        ddl.sgml (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml.diff?r1=1.69&r2=1.70)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Enable btree_predicate_proof() to make proofs involving
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: plpsm - plpgpsm: "For" statement support.