Re: DELETE with JOIN

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: felix(at)crowfix(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: DELETE with JOIN
Date: 2008-08-08 00:45:13
Message-ID: dcc563d10808071745x305677c7p15245ea1f1e3600c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Aug 7, 2008 at 5:37 PM, <felix(at)crowfix(dot)com> wrote:
> On Thu, Aug 07, 2008 at 06:12:32PM -0400, Alvaro Herrera wrote:
>
>> I suggest you do not assume that Oracle implementation details apply to
>> Postgres, because they do not, most of the time. They certainly don't
>> in this case.
>
> And I suggest you go back and read where I said I had to do this on
> several databases and am trying to avoid custom SQL for each one. I
> would much rather this were postgresql only, but it's not.

My experience with Oracle and PostgreSQL together tell me that you're
better off researching a proper method for each db independent of the
other. While it may be possible to come with a generic method that
works well in both dbs for a lot of things, this doesn't look like one
of them.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message felix 2008-08-08 03:54:31 Re: DELETE with JOIN
Previous Message Christophe 2008-08-07 23:43:20 Re: DELETE with JOIN