From 48bf71a1293e774cd4c77e9e4647c321d75d983e Mon Sep 17 00:00:00 2001
From: Etsuro Fujita
Date: Wed, 16 Feb 2022 15:15:07 +0900
Subject: 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 3d956d956 added support for COPY in
postgres_fdw.
---
doc/src/sgml/postgres-fdw.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index c251a57d567..35610651018 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -63,9 +63,10 @@
Now you need only SELECT from a foreign table to access
the data stored in its underlying remote table. You can also modify
- the remote table using INSERT, UPDATE, or
- DELETE. (Of course, the remote user you have specified
- in your user mapping must have privileges to do these things.)
+ the remote table using INSERT, UPDATE,
+ DELETE, or COPY. (Of course, the
+ remote user you have specified in your user mapping must have privileges to
+ do these things.)
--
cgit v1.2.3