cursor - Search results

2017-07-04 11:53:08 | Re: [INTERFACES] Questions on Cursors in PostgreSQL (Wei Shan)

explicitly closed by either CLOSE ... or DISCARD SQL commands. open the new cursor on reconnect.

2017-06-27 20:53:08 | Re: [INTERFACES] Questions on Cursors in PostgreSQL (Dmitry Igrishin)

explicitly closed by either CLOSE ... or DISCARD SQL commands. open the new cursor on reconnect.

2017-06-27 20:07:57 | [INTERFACES] Questions on Cursors in PostgreSQL (Wei Shan)

cursors (not PL/pgSQL but the libpq implementation): 1. What happens when my cursor hit the end of the table