Re: Selecting a non-locked row.

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Selecting a non-locked row.
Дата
Msg-id 200301191326.10285.josh@agliodbs.com
обсуждение исходный текст
Ответ на Selecting a non-locked row.  (Kurt Roeckx <Q@ping.be>)
Ответы Re: Selecting a non-locked row.
Re: Selecting a non-locked row.
Список pgsql-sql
Kurt,

> I'm in the process of writing an application, and I'm not sure
> how to properly solve it.
>
> I have a table with records in, and they either still need to be
> processed or not.  Several people will be using the table at the
> same time.
>
> I was thinking about using a select .... for update limit 1, but
> the other persons will of course try to select the same record
> and wait until that one is released.  The locks are held for a
> long period of time.
>
> Is there a way to select a row that is not locked yet?

I'm a bit confused by your question.  Could you try explaining it another way,
possibly with SQL code examples?


--
-Josh BerkusAglio Database SolutionsSan Francisco



В списке pgsql-sql по дате отправления:

Предыдущее
От: Kurt Roeckx
Дата:
Сообщение: Selecting a non-locked row.
Следующее
От: Kurt Roeckx
Дата:
Сообщение: Re: Selecting a non-locked row.