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

Commit0dc0284

Browse files
author
Etsuro Fujita
committed
Doc: Update documentation for modifying postgres_fdw foreign tables.
Document that they can be modified using COPY as well.Back-patch to v11 where commit3d956d9 added support for COPY inpostgres_fdw.
1 parentcaa231b commit0dc0284

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/postgres-fdw.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@
6363
<para>
6464
Now you need only <command>SELECT</command> from a foreign table to access
6565
the data stored in its underlying remote table. You can also modify
66-
the remote table using <command>INSERT</command>, <command>UPDATE</command>, or
67-
<command>DELETE</command>. (Of course, the remote user you have specified
68-
in your user mapping must have privileges to do these things.)
66+
the remote table using <command>INSERT</command>, <command>UPDATE</command>,
67+
<command>DELETE</command>, or <command>COPY</command>. (Of course, the
68+
remote user you have specified in your user mapping must have privileges to
69+
do these things.)
6970
</para>
7071

7172
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp