Chunk Delete

From: "Abraham, Danny" <danny_abraham(at)bmc(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Chunk Delete
Date: 2007-11-15 10:25:17
Message-ID: F8B9B12641FB6B4FAC761BDEF9D63B040F46F46A@tlv-ex-01.adprod.bmc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am wondering if I can do in PG Chunck Delete, like the Oracle example
below.

In Oracle we erase 50,000 records using the following:

Delete <table name> where <condition> and ROWNUM < 50000;

Do we have such a feature in PG?

Thanks

Danny

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Staubo 2007-11-15 10:52:46 Re: Chunk Delete
Previous Message Ottavio Campana 2007-11-15 09:12:27 Re: stripping HTML, SQL injections ...