pgsql: Explain CHECK constraint handling in postgres_fdw's IMPORT FOREI - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Explain CHECK constraint handling in postgres_fdw's IMPORT FOREI
Date
Msg-id E1YwwsG-0005qh-12@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Update README.tuplock
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Update README.tuplock