diff options
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 61b77774aee..61cc2aafc24 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -61,7 +61,10 @@ <para> Now you need only <command>SELECT</> from a foreign table to access - the data stored in its underlying remote table. + the data stored in its underlying remote table. You can also modify + the remote table using <command>INSERT</>, <command>UPDATE</>, or + <command>DELETE</>. (Of course, the remote user you have specified + in your user mapping must have privileges to do these things.) </para> <para> |