From: | Steve Clark <sclark(at)netwolves(dot)com> |
---|---|
To: | Richard Broersma <richard(dot)broersma(at)gmail(dot)com> |
Cc: | Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>, PostgreSQL <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: MERGE: performance advices |
Date: | 2008-09-02 17:37:14 |
Message-ID: | 48BD79CA.9050204@netwolves.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Richard Broersma wrote:
> On Tue, Sep 2, 2008 at 9:47 AM, Steve Clark <sclark(at)netwolves(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-09-02 17:58:07 | Re: MERGE: performance advices |
Previous Message | Richard Broersma | 2008-09-02 16:52:07 | Re: MERGE: performance advices |