server side cursors update & delete, - Mailing list psycopg

From Vardhan
Subject server side cursors update & delete,
Date
Msg-id CADqj2oWp2nNGm=jnBFje5BR1ek7ViUqLwd+KyQiTLn_-qQNL4Q@mail.gmail.com
Whole thread Raw
Responses Re: server side cursors update & delete,
List psycopg
Hi,

The section   '39.7.3.3. UPDATE/DELETE WHERE CURRENT OF' of
http://www.postgresql.org/docs/9.2/static/plpgsql-cursors.html
specifies the syntax as:

  UPDATE table SET ... WHERE CURRENT OF cursor;
  DELETE FROM table WHERE CURRENT OF cursor;

Is there a way to generate these syntax for update & delete ?

Right now, if i get the error that .execute() can't be called more than once !

--
TIA
Vardhan


psycopg by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: A PGsendQuery API design for your review
Next
From: Adrian Klaver
Date:
Subject: Re: server side cursors update & delete,