Skip to content

Commit 27d195a

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 commit 3d956d9 added support for COPY in postgres_fdw.
1 parent 7265dbf commit 27d195a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/postgres-fdw.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
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
6666
the remote table using <command>INSERT</command>, <command>UPDATE</command>,
67-
<command>DELETE</command>, or <command>TRUNCATE</command>.
67+
<command>DELETE</command>, <command>COPY</command>, or
68+
<command>TRUNCATE</command>.
6869
(Of course, the remote user you have specified in your user mapping must
6970
have privileges to do these things.)
7071
</para>

0 commit comments

Comments
 (0)