Delete low priority equivalent in postgresql? - Mailing list pgsql-novice

From Vaduvoiu Tiberiu
Subject Delete low priority equivalent in postgresql?
Date
Msg-id 102210.81375.qm@web51307.mail.re2.yahoo.com
Whole thread Raw
Responses Re: Delete low priority equivalent in postgresql?  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
List pgsql-novice
I'm switching my application's database from MySql to Postgresql. I've noticed a couple of "delete low priority from..." queries that were added by a different employee that I need to "translate" in Postgresql. From what I understand, in MySql "low priority" option can be used to wait that no more client reads the table before updating it. Is there an equivalent for this in Postgresql or should I simply remove this option from the query to make it work in Postgresql?

Thanx in advance

pgsql-novice by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: ODBC driver for PostgreSQL 9.0
Next
From: Machiel Richards
Date:
Subject: Selecting the last 2 rows of a table