Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13
Дата
Msg-id ECABA4D9-42D3-4629-9AA3-7B67AFC32EDA@yesql.se
обсуждение исходный текст
Ответ на Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13  (Sandro Santilli <strk@kbt.io>)
Ответы Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13  (Sandro Santilli <strk@kbt.io>)
Список pgsql-hackers
> On 26 Feb 2020, at 15:13, Sandro Santilli <strk@kbt.io> wrote:

> On pgsql-hackers we only want to find a future-proof way to "package
> existing objects into an extension".

What is the longterm goal of PostGIS, to use this as a stepping stone to reach
a point where no unpackaged extensions exist; or find a way to continue with
the current setup except with syntax that isn't going away?

> If the syntax
> `CREATE EXTENSION <extname> FROM UNPACKAGED`
> has gone, would it be ok for just:
> `CREATE EXTENSION <extname>`
> to intercept unpackaged objects and package them ?

Overloading the same syntax for creating packaged as well as unpackaged
extensions sounds like the wrong path to go down.

cheers ./daniel


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Commit fest manager for 2020-03
Следующее
От: remi duval
Дата:
Сообщение: Re: proposal: schema variables