Missing importing option of postgres_fdw

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Missing importing option of postgres_fdw
Date: 2015-04-27 06:15:38
Message-ID: 553DD40A.9000107@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I noticed that there is no postgres_fdw option to control whether check
constraints on remote tables are included in the definitions of foreign
tables imported from a remote PG server when performing IMPORT FOREIGN
SCHEMA, while we now allow check constraints on foreign tables.

Attached is a patch for that. I'll add this to the next CF.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
postgres_fdw-import_check-v1.patch text/x-diff 12.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-04-27 06:23:11 Re: pgsql: Add transforms feature
Previous Message Michael Paquier 2015-04-27 06:09:19 Re: forward vs backward slashes in msvc build code