Re: Extension upgrade, patch v0: debug help needed

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Extension upgrade, patch v0: debug help needed
Дата
Msg-id m2tyhppy1z.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Extension upgrade, patch v0: debug help needed  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Extension upgrade, patch v0: debug help needed  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> I rather doubt that "WRAPPER" will be accepted as a reserved word in the grammar.

It's already in the grammar, and I didn't change its "level".

>> dim=# create wrapper extension lo;
>> CREATE EXTENSION
>
> What happened to your UPGRADE from NULL idea?

You upgrade an installed extension, right?

>> The WRAPPER keyword meaning is that we're only creating the catalog
>> entry, forcing version to NULL and not running the extension's script.
>> This keyword looked like the best choice from existing ones in our
>> grammar, please feel free to pick any other phrase here.
>
> I don't see why it's necessary at all.

Care to offer an alternative or go in any level of details about what
you have in mind and how *exactly* you think it should work?  I've not
been offered psychic powers this Christmas, sorry…

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


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Upgrading Extension, version numbers
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Extension upgrade, patch v0: debug help needed