pg_restore depending on user functions
Дмитрий Иванов <firstdismay@gmail.com>
From: Дмитрий Иванов <firstdismay@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2021-11-14T10:10:32Z
Lists: pgsql-bugs, pgsql-general
Good day! Deploying a cluster: from PostgreSQL 12 Windows 10 (EDB) to PostgreSQL 14 Debian 11. In general, I succeeded, but there are a number of questions: 1. I can determine the dependencies of the custom functions when creating the pg_dump? I did not find anything suitable for SUPPORT, probably this is not the case? To recreate all of the functionality, I had to run schema recovery twice. (--schema-only) 2. Why is pg_restore trying to set the value of fields of type GENERATED ALWAYS? COPY mode also does not work with INSERT. I had to do a COPY by manually deleting the fields type GENERATED ALWAYS Can this behavior be influenced?
Commits
-
Adjust pg_dump's priority ordering for casts.
- d4f6a36d8265 13.6 landed
- b55f2b692655 15.0 landed
- 69949ea68cf9 12.10 landed
- 54619a25df7c 11.15 landed
- 2b36973d95c6 10.20 landed
- 0fdf67476ccb 14.2 landed