Re: DELETE with JOIN - Mailing list pgsql-sql

From Christophe
Subject Re: DELETE with JOIN
Date
Msg-id 5A724102-E3A4-4240-A90C-8F03AB3ADC44@thebuild.com
Whole thread Raw
In response to Re: DELETE with JOIN  (felix@crowfix.com)
List pgsql-sql
On Aug 7, 2008, at 2:39 PM, felix@crowfix.com wrote:
> In this case, the first database I tried was Oracle, and it complained
> of too much transactional data; I forget the exact wording now.

You might try it on PostgreSQL.  While it might have to spill the  
result of the subquery to disk, it shouldn't actually fail unless  
disk is very constrained.


pgsql-sql by date:

Previous
From: felix@crowfix.com
Date:
Subject: Re: DELETE with JOIN
Next
From: Alvaro Herrera
Date:
Subject: Re: DELETE with JOIN