Delete low priority equivalent in postgresql?

Поиск
Список
Период
Сортировка
От Vaduvoiu Tiberiu
Тема Delete low priority equivalent in postgresql?
Дата
Msg-id 102210.81375.qm@web51307.mail.re2.yahoo.com
обсуждение исходный текст
Ответы Re: Delete low priority equivalent in postgresql?  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Список 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 по дате отправления:

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: ODBC driver for PostgreSQL 9.0
Следующее
От: Machiel Richards
Дата:
Сообщение: Selecting the last 2 rows of a table