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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend