Re: Slow response of PostgreSQL

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Slow response of PostgreSQL
Дата
Msg-id Pine.LNX.4.33.0402171848520.32355-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Slow response of PostgreSQL  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Slow response of PostgreSQL
Re: Slow response of PostgreSQL
Список pgsql-performance
On Wed, 18 Feb 2004, Christopher Kings-Lynne wrote:

> >>> 1- How can I lock a single record so that other users can only read
> >>> it. ??
> >>
> >>
> >> You cannot do that in PostgreSQL.
> >
> >
> > How about SELECT ... FOR UPDATE?
>
> No, because users cannot read the locked row in that case.

I just tested it (within transactions) and it appeared that I could still
view the rows selected for update.


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Slow response of PostgreSQL
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Slow response of PostgreSQL