pgsql: Explain CHECK constraint handling in postgres_fdw's IMPORT FOREI

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Explain CHECK constraint handling in postgres_fdw's IMPORT FOREI
Date: 2015-05-25 18:13:16
Message-ID: E1YwwsG-0005qh-12@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA.

The existing documentation could easily be misinterpreted, and it failed to
explain the inconsistent-evaluation hazard that deterred us from supporting
automatic importing of check constraints. Revise it.

Etsuro Fujita, further expanded by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e70ec8230a2c0e7363bb7abf4d55dddbdec89fe1

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-05-25 20:54:31 pgsql: pgindent: document location of "all" typedef lists
Previous Message Alvaro Herrera 2015-05-25 18:11:10 pgsql: Update README.tuplock