diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-10-06 15:50:03 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-10-06 15:50:32 +0200 |
commit | 96423711918f44600c9ef91f4342984624f053bb (patch) | |
tree | 50f908915394a8d547b7449b488ed2eb93ac75f8 | |
parent | 0639f9b8c251d152695a968c3978edca844c3cad (diff) | |
download | postgresql-96423711918f44600c9ef91f4342984624f053bb.tar.gz postgresql-96423711918f44600c9ef91f4342984624f053bb.zip |
Further improvements on documentation for pg_dump -t
Ian submitted an updated patch just as I was pushing the previous one,
so use this newer wording instead.
Author: Ian Barwick
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 478686e15da..2ab7f39c3d2 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -529,10 +529,10 @@ PostgreSQL documentation </para> <para> - As well as tables, this option can be used to dump views, materialized views, - foreign tables, and sequence definitions. However it will not dump the contents - of views or materialized views, and the contents of foreign tables will only be - dumped if the corresponding foreign server is specified with + As well as tables, this option can be used to dump the definition of matching + views, materialized views, foreign tables, and sequences. It will not dump the + contents of views or materialized views, and the contents of foreign tables will + only be dumped if the corresponding foreign server is specified with <option>--include-foreign-data</option>. </para> |