Further improvements on documentation for pg_dump -t
authorMagnus Hagander <[email protected]>
Tue, 6 Oct 2020 13:50:03 +0000 (15:50 +0200)
committerMagnus Hagander <[email protected]>
Tue, 6 Oct 2020 13:50:03 +0000 (15:50 +0200)
Ian submitted an updated patch just as I was pushing the previous one,
so use this newer wording instead.

Author: Ian Barwick

doc/src/sgml/ref/pg_dump.sgml

index e783d5efa0c92be13edab332a030c6da4f427788..a9d38945549730f2a0f44d1c90ba7a6237996ea3 100644 (file)
@@ -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>