Re: [PATCH] rename column if exists

Поиск
Список
Период
Сортировка
От Isaac Morland
Тема Re: [PATCH] rename column if exists
Дата
Msg-id CAMsGm5d2mY_aXkhreY9Vd4zeLJdZEquQnUtCkYvSmy3GBmWTqw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] rename column if exists  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: [PATCH] rename column if exists  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
On Fri, 5 Nov 2021 at 05:21, Daniel Gustafsson <daniel@yesql.se> wrote:
 
> Same reasoning as for all the other if exists we have, idempotence. Being able to run the command on an object that is already in the desired state without provoking an error.

If the object is known to be in the desired state, there is no need to use IF
EXISTS.  Personally I think IF EXISTS commands are useful when they provide a
transition to a known end state, but in this case it's an unknown end state.

The whole point of IF EXISTS, not to mention IF NOT EXISTS and OR REPLACE, is that the same script can run without error on a variety of existing schemas. They aren't (primarily) for typing directly at the psql prompt. At the time the script is written, the state of the object when the script is run is unknown.

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

Предыдущее
От: Hayk Manukyan
Дата:
Сообщение: Re: Feature request for adoptive indexes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix WAL replay in presence of an incomplete record