Re: MERGE: performance advices

Поиск
Список
Период
Сортировка
От Steve Clark
Тема Re: MERGE: performance advices
Дата
Msg-id 48BD79CA.9050204@netwolves.com
обсуждение исходный текст
Ответ на Re: MERGE: performance advices  ("Richard Broersma" <richard.broersma@gmail.com>)
Список pgsql-general
Richard Broersma wrote:
> On Tue, Sep 2, 2008 at 9:47 AM, Steve Clark <sclark@netwolves.com> wrote:
>
>>srm2=# explain
>>srm2-# INSERT INTO Myevents
>>srm2-#      SELECT *
>
>
>>ERROR:  INSERT has more expressions than target columns
>
>
>>srm2=# explain
>>srm2-# INSERT INTO Myevents
>>srm2-#      SELECT *
>>ERROR:  INSERT has more expressions than target columns
>
>
> Oops, replace SELECT * with SELECT A.*.
>
Richard,

This is AWESOME! This now only takes seconds where before it was taking longer than
I wanted to wait, I had let it run all night before aborting it.

Thanks so much Richard,

Regards,
Steve

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

Предыдущее
От: "Richard Broersma"
Дата:
Сообщение: Re: MERGE: performance advices
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MERGE: performance advices