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_13_1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96423711918f44600c9ef91f4342984624f053bb;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 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 - 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 .