Re: pg_restore - generated column - not populating
Adrian Klaver <adrian.klaver@aklaver.com>
From: Adrian Klaver <adrian.klaver@aklaver.com>
To: Santosh Udupi <email@hitha.net>
Cc: pgsql-general@lists.postgresql.org
Date: 2021-02-23T15:26:57Z
Lists: pgsql-bugs, pgsql-general
On 2/23/21 6:36 AM, Santosh Udupi wrote: > The pg_restore command is actually pg_restore -Ft -d mydb mydb.tar (my > mistake). > > I didn't provide the -h -p -U since I use the super user account to > restore (I will try adding them). The restore had always worked until I > altered the table in the source database. > > After I added the column, the restore still takes place but does not > populate the generated column. I did a backup using pgAdmin and the > restore populated all data using the same syntax on the tar file. So my > suspicion is that pg_dump is not doing the dump correctly. I will work > on it further. Thanks for your suggestions. > pgAdmin uses pg_dump to do backups. -- Adrian Klaver adrian.klaver@aklaver.com
Commits
-
pg_dump: Fix dump of generated columns in partitions
- bdaa0d2d7269 12.7 landed
- a6a3a274abd1 13.3 landed
- feb270d1005f 14.0 landed