We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0639f9b commit9642371Copy full SHA for 9642371
doc/src/sgml/ref/pg_dump.sgml
@@ -529,10 +529,10 @@ PostgreSQL documentation
529
</para>
530
531
<para>
532
- As well as tables, this option can be used to dumpviews, materialized views,
533
- foreign tables, andsequence definitions.However itwill not dump the contents
534
- of views or materialized views, and the contents of foreign tables will only be
535
- dumped if the corresponding foreign server is specified with
+ As well as tables, this option can be used to dumpthe definition of matching
+views, materialized views,foreign tables, andsequences.Itwill not dump the
+contentsof views or materialized views, and the contents of foreign tables will
+only bedumped if the corresponding foreign server is specified with
536
<option>--include-foreign-data</option>.
537
538