cursor - Search results

2008-05-11 22:10:42 | Re: Snapshot management, final (Alvaro Herrera)

cursor for select (1), (2), (3); DECLARE CURSOR alvherre=# savepoint bar; SAVEPOINT alvherre=# close cur; CLOSE

2008-05-11 21:56:06 | Re: Snapshot management, final (Alvaro Herrera)

cursor for select (1), (2), (3); savepoint bar; close cur; commit; Thanks again for the review

2008-05-11 01:56:00 | Re: Snapshot management, final (Alvaro Herrera)

cursors, etc. (FWIW another thing which is probably worth rethinking is the handling of snapshots