Re: in-catalog Extension Scripts and Control parameters (templates?)

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: in-catalog Extension Scripts and Control parameters (templates?)
Дата
Msg-id m21uc8l4j8.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: in-catalog Extension Scripts and Control parameters (templates?)  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: in-catalog Extension Scripts and Control parameters (templates?)  (Craig Ringer <craig@2ndquadrant.com>)
Re: in-catalog Extension Scripts and Control parameters (templates?)  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Hi,

Please find attached v3 of the Extension Templates patch, with full
pg_dump support thanks to having merged default_full_version, appended
with some regression tests now that it's possible.

The patch also implements ALTER RENAME and OWNER facilities for those
new templates objects.

Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> Now, back to Extension Templates: the pg_dump output from the attached
> patch is not smart enough to cope with an extension that has been
> upgraded, it will only install the *default* version of it.

That's been fixed by merging in the default_full_version patch.

> There are two ways that I see about addressing that point:
>
>   - implement default_full_version support for CREATE EXTENSION and have
>     it working both in the case of file based installation and template
>     based installation, then pg_dump work is really straightforward;
>
>     CREATE EXTENSION pair VERSION '1.2'; -- will install 1.0 then update

And that just works at pg_restore time, automatically, without pg_dump
having to know anything about how.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


Вложения

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: FDW for PostgreSQL
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Review: create extension default_full_version