Delete low priority equivalent in postgresql?

From: Vaduvoiu Tiberiu <vaduvoiutibi(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Delete low priority equivalent in postgresql?
Date: 2010-11-09 07:38:16
Message-ID: 102210.81375.qm@web51307.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Machiel Richards 2010-11-09 09:34:48 Selecting the last 2 rows of a table
Previous Message Devrim GÜNDÜZ 2010-11-09 06:17:53 Re: ODBC driver for PostgreSQL 9.0