Documentation updates for direct foreign table modification

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-17T06:45:57Z
Lists: pgsql-hackers

Attachments

Hi,

* Commit 7086be6e3 should have documented the limitation that the
direct modification is disabled when WCO constraints are present, but
didn't, which is definitely my fault.

* Commit fc22b6623 should have documented the limitation that the
direct modification is disabled when generated columns are defined,
but didn't.

Attached is a patch for updating the documentation.

Best regards,
Etsuro Fujita

Commits

  1. Doc: Update FDW documentation about direct foreign table modification.

  2. Generated columns

  3. When WCOs are present, disable direct foreign table modification.