cursor - Search results
Mailing lists >> pgsql-interfaces >> Thread
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.
Mailing lists >> pgsql-interfaces >> Thread
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.
Mailing lists >> pgsql-interfaces >> Thread
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