Re: drop if exists remainder

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: drop if exists remainder
Дата
Msg-id 43E658DB.7030202@dunslane.net
обсуждение исходный текст
Ответ на Re: drop if exists remainder  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches

Bruce Momjian wrote:

>However, I see CREATE ROLE doesn't have REPLACE functionality, so what
>is the logic of when we need IF EXISTS and when we don't?  Perhaps they
>all should have it, and the REPLACE is just for objects you want to
>replace but keep existing linkage in place.
>
>
>

That was my understanding. I think these are orthogonal issues.

Another issue was MySQL compatibility. AFAIK we achieved that when we
did database, following
{ table view index sequence schema type domain conversion}, which pretty
much all had to be done together, as they share the same statement node
type.

cheers

andrew

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: drop if exists remainder
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore COPY error handling