BUG #13581: pg_dump omits extension versions
| От | nickbarnes01@gmail.com |
|---|---|
| Тема | BUG #13581: pg_dump omits extension versions |
| Дата | |
| Msg-id | 20150820122233.7668.46092@wrigleys.postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #13581: pg_dump omits extension versions
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 13581 Logged by: Nick Barnes Email address: nickbarnes01@gmail.com PostgreSQL version: 9.4.4 Operating system: CentOS 6.6 Description: pg_dump does not include a VERSION clause in CREATE EXTENSION statements. As a result, the restored database will receive the default extension version on the target cluster. This can cause the restore to fail, if for example the structure of the extension's configuration tables has changed, or the database has dependencies on a dropped function, type, etc. I realise that the VERSION clause can't be emitted by default, since old versions of contrib extensions are not installable. Would an --include-extension-version=<name> option be feasible?
В списке pgsql-bugs по дате отправления: