cursor - Search results in mailing lists
Mailing lists >> pgsql-interfaces >> Thread
2020-04-16 15:43:57 | New run() method to simplify things in pg8000 (Tony Locke)
cursor. The idea is to make things a bit simpler for people. There are a few other
Mailing lists >> pgsql-interfaces >> Thread
2017-07-14 14:22:09 | [INTERFACES] ref cursor in C++ using SQLAPI++ (Peter Koukoulis)
cursor? The ref cursor, should be a weak ref cursor, since the result set is based
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (3)
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
Mailing lists >> pgsql-interfaces >> Thread
2016-10-07 01:24:02 | cursor updatability changed (Attila Peller)
cursor updatability changed” warning message. I know that this is a warning only and it can be ignored
Mailing lists >> pgsql-interfaces >> Thread
2014-08-14 17:05:46 | Re: Protocol Question (Thomas Heller)
cursor can be used. Thanks for the feedback. Onto implementing the Types. I assume the only
Mailing lists >> pgsql-interfaces >> Thread
2011-06-03 02:54:29 | Re: [HACKERS] PQdeleteTuple function in libpq (Pavel Golub)
cursor through the set (like grab 1000 AC> tuples at a time) and copy the set to your
Mailing lists >> pgsql-interfaces >> Thread
2011-05-12 19:45:41 | facing problem in accessing postgresql with c language normally (hatem gamal elzanaty)
cursor for select * from employee"); if (PQresultStatus(res) != PGRES_COMMAND_OK) { printf("declare cursor failed
Mailing lists >> pgsql-interfaces >> Thread
2010-06-22 04:57:34 | SQLDA question (Satoshi Nagayasu)
cursor and assign descriptor to the cursor */ EXEC SQL FETCH NEXT FROM cur INTO DESCRIPTOR
Mailing lists >> pgsql-interfaces >> Thread
2008-09-15 09:43:51 | Re: Async processing of rows (Tom Lane)
Nat!
Mailing lists >> pgsql-interfaces >> Thread
2008-08-16 13:01:09 | Re: ecpg 'set' failure using host vars (Tom Lane)
statements, ie SELECT/INSERT/UPDATE/DELETE. (Possibly DECLARE CURSOR, I'm too lazy to check.) regards, tom lane
Mailing lists >> pgsql-interfaces >> Thread
2008-05-18 22:30:14 | Newbie problem with from database in C (clarkhorse@clarktx.com)
CURSOR FOR SELECT * FROM testing" ); result = exec_sql( connection, FALSE, "FETCH ALL FROM mycursor" ); #endif
Mailing lists >> pgsql-interfaces >> Thread
2008-01-28 12:18:52 | Is there an interface that... (fschmidt)
cursors. 4. Allows function definitions to be source. #1 eliminates PL/pgSQL. #2 eliminates PL/Tcl #3 eliminates
Mailing lists >> pgsql-interfaces >> Thread
2008-01-26 09:59:10 | Re: libpq string escaping question (Daniel Verite)
CURSOR. I'm not sure if there is any other case, BTW, anyone knows? can (Presence
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (7)
2007-08-27 15:00:24 | Issue with PQdescribePortal to describe a select cursor (Brijesh Shrivastav)
cursor by declaring a select cursor and then using FETCH statement to fetch few rows
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (2)
2007-05-15 09:44:38 | PQexecParams question (Michael Meskes)
cursor is binary, unless I keep my own client side cursor list. So I call