Re: BUG #16119: pg_dump omits columns specification for matviews
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: dmitry.telpt@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-11-17T01:02:39Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes: > We've faced up with an issue how pg_dump exports materialzed views, it > doesn't export columns declaration that is legal parameter of CREATE DDL > instruction. I figured out what was going wrong here and pushed a fix for it. I'm still a bit curious about the real use-case, since a materialized view made from just a VALUES clause seems a bit pointless. regards, tom lane
Commits
-
Further fix dumping of views that contain just VALUES(...).
- ecb533af6237 9.5.21 landed
- 65da6dd1d306 9.4.26 landed
- fcaf29d87a6c 12.2 landed
- e4865bbdc72a 9.6.17 landed
- d898edf4f233 11.7 landed
- bf2efc55da9a 13.0 landed
- a1b2cf0950ea 10.12 landed