Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: Update documentation for modifying postgres_fdw foreign tables.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 16 Feb 2022 06:15:05 +0000 (15:15 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 16 Feb 2022 06:15:05 +0000 (15:15 +0900)
Document that they can be modified using COPY as well.

Back-patch to v11 where commit 3d956d956 added support for COPY in
postgres_fdw.

doc/src/sgml/postgres-fdw.sgml

index 1f1f9ac12523c3bd6dea3edb0d365f1558d86027..af6d52079e96e1e848aa2ff05e6c0359b26c8c98 100644 (file)
  <para>
   Now you need only <command>SELECT</command> from a foreign table to access
   the data stored in its underlying remote table.  You can also modify
-  the remote table using <command>INSERT</command>, <command>UPDATE</command>, or
-  <command>DELETE</command>.  (Of course, the remote user you have specified
-  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
+  do these things.)
  </para>
 
  <para>