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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13
Дата
Msg-id 19541.1582664447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13  (Darafei "Komяpa" Praliaskouski <me@komzpa.net>)
Список pgsql-hackers
=?UTF-8?Q?Darafei_=22Kom=D1=8Fpa=22_Praliaskouski?= <me@komzpa.net> writes:
> Removal of FROM UNPACKAGED breaks PostGIS 2.5 -> 3.0 upgrade path, and
> we haven't yet found a proper replacement since such removal wasn't
> something we were expecting.

I'd agree with Stephen's comment:

> On Tue, Feb 25, 2020 at 11:37 PM Stephen Frost <sfrost@snowman.net> wrote:
>> Why is it impacting the PostGIS upgrade path?  The FROM UNPACKAGED was
>> never intended to be used as an upgrade path..

This seems like a serious abuse of the FROM option, not to mention being
fundamentally unsafe --- the whole problem with FROM is that you can't
be entirely sure what the starting state is.  So unless you can make a
pretty strong case as to why you need to do it like that, and that there's
no other way to handle it in the many months before v13 ships, I'm not
going to have a lot of sympathy.

            regards, tom lane



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

Предыдущее
От: Darafei "Komяpa" Praliaskouski
Дата:
Сообщение: Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13
Следующее
От: "Rémi Lapeyre"
Дата:
Сообщение: [PATCH v1] Allow COPY "test" to output a header and add header matching mode to COPY FROM