Re: delete from ... where not in

From: Chris <dmagick(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: delete from ... where not in
Date: 2007-02-19 07:41:28
Message-ID: 45D954A8.5030807@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> Chris <dmagick(at)gmail(dot)com> writes:
>> I have a problem with a delete query I'm not sure how to fix.
>
> Try increasing work_mem --- you want EXPLAIN to show that it's using
> a hashed subplan.

.. and there I was thinking I'd found a bug (bugger!) ;)

Thanks for the tip :)

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2007-02-19 08:41:24 Re: WARNING: some databases have not been vacuumed in 1953945422 transactions
Previous Message Tom Lane 2007-02-19 07:27:52 Re: Write errors in postgres log