Re: Backport "WITH ... AS MATERIALIZED" syntax to <12?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Backport "WITH ... AS MATERIALIZED" syntax to <12?
Дата
Msg-id CA+TgmoanRR4JHfE15-WxK0chap-HYhORLr3Ljc1bOrJZ2kQk9g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Backport "WITH ... AS MATERIALIZED" syntax to <12?  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers
On Sat, Oct 19, 2019 at 10:53 AM Andrew Dunstan
<andrew.dunstan@2ndquadrant.com> wrote:
> > FWIW I'm not sure the "we don't want to upgrade application code at the
> > same time as the database" is really tenable.
>
> I'm -1 for exactly this reason.

-1 from me, too, also for this reason. I bet if we started looking
we'd find many changes every year that we could justify partially or
completely back-porting on similar grounds, and if we start doing
that, we'll certainly screw it up sometimes, turning what should have
been a smooth minor release upgrade process into one that breaks. And
we'll still not satisfy the people who don't want to upgrade the
application and the database at the same time, because there will
always be changes where nothing like this is remotely reasonable.

Also, we'll then have a lot more behavior differences between minor
releases, which sounds like a bad thing to me. In particular, nobody
will be happy if a pg_dump taken on version X.Y fails to restore on
version X.Z. But even apart from that, it just doesn't sound like a
good idea to have the user-facing behavior vary significantly across
minor releases...

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Nikita Glukhov
Дата:
Сообщение: Re: SQL/JSON: functions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [BUG] standby node can not provide service even it replays alllog files