aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2020-10-06 15:50:03 +0200
committerMagnus Hagander <magnus@hagander.net>2020-10-06 15:50:03 +0200
commit1b22224945e1e7162fe92aecb1cd2b373fba24c2 (patch)
treecfc1c255e0ac237f9129251f49b5651df1941681 /doc/src
parentb8c4d385120cb7fe70006812234b2cbc950f4a61 (diff)
downloadpostgresql-1b22224945e1e7162fe92aecb1cd2b373fba24c2.tar.gz
postgresql-1b22224945e1e7162fe92aecb1cd2b373fba24c2.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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml8
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 e783d5efa0c..a9d38945549 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -530,10 +530,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>