is there a way to dump the version of extensions

Поиск
Список
Период
Сортировка
От Manuel Kniep
Тема is there a way to dump the version of extensions
Дата
Msg-id A882C5D3-589B-47DD-B133-4E36135D32AA@adjust.com
обсуждение исходный текст
Ответы Re: is there a way to dump the version of extensions  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
Hi,

when doing a pg_dump on postgres 9.2 the resulting sql file only has

CREATE EXTENSION extension_name;

I would like to include the specific version of the extension to make sure that the correct version
is installed when loading the dump like


CREATE EXTENSION extension_name VERSION vesion;

Is there a way to do that?

cheers

Manuel

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Auditing Code - Fortify
Следующее
От: Frank
Дата:
Сообщение: Re: Is it possible to "pip" pg_dump output into new db ?