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: Gmail <dmitry.telpt@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-11-19T17:47:31Z
Lists: pgsql-bugs
Gmail <dmitry.telpt@gmail.com> writes:
> Just a question, will the fix be back-ported to current supported branches like 9.4/9.5/9.6 or only included in 12?

I back-patched it, see

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=bf2efc55da9a1a33da32fa383db9db2f2c49b2cb

			regards, tom lane



Commits

  1. Further fix dumping of views that contain just VALUES(...).