https://www.postgresql.org/docs/devel/app-pgdump.html
<<>>
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 --include-foreign-data.
<<>>

Views don't have content, the preceding sentence already mentioned we
will dump the definition of views.

So we can change
``It will not dump the contents of views or materialized views,``
to
``It will not dump the contents of materialized views,``


Reply via email to