Re: Advise about how to delete entries

From: Arnau <arnaulist(at)andromeiberica(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Advise about how to delete entries
Date: 2005-09-05 09:26:32
Message-ID: 431C0F48.5050809@andromeiberica.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi all,

>
> COPY FROM a file with all the ID's to delete, into a temporary
table, and do a joined delete to your main table (thus, only one query).

I already did this, but I don't have idea about how to do this join,
could you give me a hint ;-) ?

Thank you very much
--
Arnau

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christian.Kastner 2005-09-05 13:50:07 Postgresql Hardware - Recommendations
Previous Message Martin Nickel 2005-09-05 02:56:01 Re: shared buffers