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
This commit is contained in:
Magnus Hagander 2020-10-06 15:50:03 +02:00
parent 0639f9b8c2
commit 9642371191

View File

@ -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>