Chunk Delete - Mailing list pgsql-general

From Abraham, Danny
Subject Chunk Delete
Date
Msg-id F8B9B12641FB6B4FAC761BDEF9D63B040F46F46A@tlv-ex-01.adprod.bmc.com
Whole thread Raw
Responses Re: Chunk Delete  ("Alexander Staubo" <alex@purefiction.net>)
Re: Chunk Delete  (Gregory Stark <stark@enterprisedb.com>)
List 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



pgsql-general by date:

Previous
From: Ottavio Campana
Date:
Subject: Re: stripping HTML, SQL injections ...
Next
From: "Alexander Staubo"
Date:
Subject: Re: Chunk Delete