[PATCH] rename column if exists

Поиск
Список
Период
Сортировка
От David Oksman
Тема [PATCH] rename column if exists
Дата
Msg-id CAB5BD3Y1n9Xo7YMBGROnVfgSpkk-32AJpK9LUQ6Afq00-N_Tew@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] rename column if exists
Re: [PATCH] rename column if exists
Список pgsql-hackers
Added the ability to specify IF EXISTS when renaming a column of an object (table, view, etc.).
For example: ALTER TABLE distributors RENAME COLUMN IF EXISTS address TO city;
If the column does not exist, a notice is issued instead of throwing an error.
Вложения

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

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: Proposal: Save user's original authenticated identity for logging
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Custom compression methods