Re: 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-18T11:03:34Z
Lists: pgsql-hackers
On Tue, Sep 17, 2019 at 3:45 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote: > * 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. Committed. Best regards, Etsuro Fujita
Commits
-
Doc: Update FDW documentation about direct foreign table modification.
- dc99a05a8645 9.6.16 landed
- 879b69be2936 10.11 landed
- 5b7d305e8d12 11.6 landed
- 68c3c493674d 12.0 landed
- f9f2fda79658 13.0 landed
-
Generated columns
- fc22b6623b6b 12.0 cited
-
When WCOs are present, disable direct foreign table modification.
- 7086be6e3627 10.0 cited