We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa231b commit 0dc0284Copy full SHA for 0dc0284
doc/src/sgml/postgres-fdw.sgml
@@ -63,9 +63,10 @@
63
<para>
64
Now you need only <command>SELECT</command> from a foreign table to access
65
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.)
+ the remote table using <command>INSERT</command>, <command>UPDATE</command>,
+ <command>DELETE</command>, or <command>COPY</command>. (Of course, the
+ remote user you have specified in your user mapping must have privileges to
69
+ do these things.)
70
</para>
71
72
0 commit comments