From: Magnus Hagander Date: Tue, 6 Oct 2020 13:50:03 +0000 (+0200) Subject: Further improvements on documentation for pg_dump -t X-Git-Tag: REL_14_BETA1~1542 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b22224945e1e7162fe92aecb1cd2b373fba24c2;p=thirdparty%2Fpostgresql.git 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 --- 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 - 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 .