Re: pg_restore - generated column - not populating

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Santosh Udupi <email@hitha.net>
Cc: Adrian Klaver <adrian.klaver@aklaver.com>, pgsql-general@lists.postgresql.org
Date: 2021-02-23T17:34:04Z
Lists: pgsql-bugs, pgsql-general
Santosh Udupi <email@hitha.net> writes:
> Right. pg_dump under the pgAdmin runtime folder works perfectly.  pg_dump
> in postgres13 (ubuntu) does not work. Exact same syntax.

So, are these identical pg_dump versions?  We did fix some things
in this area in 13.2.

			regards, tom lane



Commits

  1. pg_dump: Fix dump of generated columns in partitions