Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b7d305

Browse files
author
Etsuro Fujita
committed
Doc: Update FDW documentation about direct foreign table modification.
1. Commit7086be6 should have documented the limitation that the direct modification is disabled when WCO constraints are present, but didn't, which is definitely my fault. Update the documentation (Postgres 9.6 onwards).2. Commitfc22b66 should have documented the limitation that the direct modification is disabled when generated columns are defined, but didn't. Update the documentation (Postgres 12 onwards).Author: Etsuro FujitaDiscussion:https://postgr.es/m/CAPmGK14AYCPunLb6TRz1CQsW5Le01Z2ox8LSOKH0P-cOVDcQRA%40mail.gmail.com
1 parent40ad420 commit5b7d305

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎doc/src/sgml/fdwhandler.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,11 @@ IsForeignRelUpdatable(Relation rel);
810810
row-by-row approach is necessary, but it can be inefficient. If it is
811811
possible for the foreign server to determine which rows should be
812812
modified without actually retrieving them, and if there are no local
813-
triggers which would affect the operation, then it is possible to
814-
arrange things so that the entire operation is performed on the remote
815-
server. The interfaces described below make this possible.
813+
structures which would affect the operation (row-level local triggers
814+
or <literal>WITH CHECK OPTION</literal> constraints from parent views),
815+
then it is possible to arrange things so that the entire operation is
816+
performed on the remote server. The interfaces described below make
817+
this possible.
816818
</para>
817819

818820
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp