Re: Fetch for Update

Поиск
Список
Период
Сортировка
От Christophe
Тема Re: Fetch for Update
Дата
Msg-id 5B447E41-0EDD-4500-92EC-28EFD21710BC@thebuild.com
обсуждение исходный текст
Ответ на Fetch for Update  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
On Jul 28, 2008, at 9:16 AM, Bob Pawley wrote:

> I haven't been able to find much information on Fetch for Update.
> Does 8.3 support this command??

Postgres doesn't have an explicit FETCH FOR UDPATE.  You can either
create the cursor with SELECT FOR UPDATE, or UPDATE the row in the
cursor using UPDATE ... CURRENT OF.

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: should i need to install xml library in postgresql inorder to work on xml file?
Следующее
От: "Garg, Manjit"
Дата:
Сообщение: Clone a database to other machine