Re: CREATE OR REPLACE MATERIALIZED VIEW

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: CREATE OR REPLACE MATERIALIZED VIEW
Дата
Msg-id FD0EB80A-D77C-4F28-8AC3-165014AE17A9@yesql.se
обсуждение исходный текст
Ответ на CREATE OR REPLACE MATERIALIZED VIEW  (Erik Wienhold <ewie@ewie.name>)
Ответы Re: CREATE OR REPLACE MATERIALIZED VIEW
Список pgsql-hackers
> On 2 Jul 2024, at 03:22, Erik Wienhold <ewie@ewie.name> wrote:

> Patch 0002 deprecates CREATE MATERIALIZED VIEW IF NOT EXISTS because it
> no longer seems necessary with patch 0001.  Tom Lane commented[1] about
> the general dislike of IF NOT EXISTS, to which I agree, but maybe this
> was meant only in response to adding new commands.  Anyway, my idea is
> to deprecate that usage in PG18 and eventually remove it in PG19, if
> there's consensus for it.

Considering the runway we typically give for deprecations, that seems like a
fairly short timeframe for a SQL level command which isn't unlikely to exist
in application code.

--
Daniel Gustafsson




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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: speed up a logical replica setup
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions