| From: | jian he <jian(dot)universality(at)gmail(dot)com> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | slightly confusing "contents of views" |
| Date: | 2026-08-12 04:39:13 |
| Message-ID: | CACJufxHqQ9P71fxdpsogRFwyF8RwTHKfM=UNP8buSkW-0x_Zjg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
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,``
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2026-08-12 11:58:26 | Re: slightly confusing "contents of views" |
| Previous Message | Fujii Masao | 2026-08-10 03:33:25 | Re: Doc: clarify pg_locks descriptions of classid/objid/objsubid |