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 parentb8c4d38 commit1b22224Copy full SHA for 1b22224
doc/src/sgml/ref/pg_dump.sgml
@@ -530,10 +530,10 @@ PostgreSQL documentation
530
</para>
531
532
<para>
533
- As well as tables, this option can be used to dumpviews, materialized views,
534
- foreign tables, andsequence definitions.However itwill not dump the contents
535
- of views or materialized views, and the contents of foreign tables will only be
536
- 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
537
<option>--include-foreign-data</option>.
538
539