Re: Cursor Error
От
Tom Lane
Тема
Re: Cursor Error
Дата
Msg-id
9948.1217521854@sss.pgh.pa.us
Ответ на
Cursor Error (Bob Pawley)
Список
Дерево обсуждения
Re: Cursor Error "Bob Pawley" <rjpawley@shaw.ca>
Re: Cursor Error Craig Ringer <craig@postnewspapers.com.au>
"Bob Pawley" writes: > Could somebody translate this error message for me?? > "cursor is not simply updateable scan of table "p_id" You're trying to do an "UPDATE WHERE CURRENT OF cursor", right? What it means is that the cursor definition is too complicated for Postgres to figure out which row to update. Without seeing the cursor definition it's hard to say more. regards, tom lane
В списке pgsql-general по дате отправления