diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_dump.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 2f0807e9127..8aadaa2a12e 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -788,7 +788,7 @@ PostgreSQL documentation <para> When <option>--include-foreign-data</option> is specified, <application>pg_dump</application> does not check that the foreign - table is writeable. Therefore, there is no guarantee that the + table is writable. Therefore, there is no guarantee that the results of a foreign table dump can be successfully restored. </para> </note> |