why can't select for update be used with join

Поиск
Список
Период
Сортировка
От Kris Kiger
Тема why can't select for update be used with join
Дата
Msg-id 3FA94CDC.1090309@musicrebellion.com
обсуждение исходный текст
Ответ на performance problem - 10.000 databases  (Marek Florianczyk <franki@tpi.pl>)
Ответы Re: why can't select for update be used with join
Список pgsql-admin
I'm trying to do a query:  select ta.x from ta join tb using (y) where z
= 'somevalue' FOR UPDATE

Why can't this be executed without error in 7.3.x?  It worked just fine
in 7.2.x.   Thanks for the input


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

Предыдущее
От: Marek Florianczyk
Дата:
Сообщение: Re: performance problem - 10.000 databases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: why can't select for update be used with join