cursor - Search results in mailing lists

2014-01-08 19:53:51 | Unbuffered queries (Eric Chamberlain)

cursor should be used. There doesn't seem to be any way to get access

2013-11-02 15:54:58 | PHP PDO getting data from pgSQL stored function (Michael Schmidt)

cursor or shoul I use the return of the function (if it is possible)? Can someone

2010-06-15 09:09:47 | Re: large resultset (Jasen Betts)

cursor. (seing as pg_get_line is not avaulable) OTOH you can do copy like

2008-05-01 15:18:34 | Re: bytea columns and memory exhaustion (Tomas Vondra)

cursor or directly from a SELECT query) the bytea value is too large (due to escaping

2006-11-06 15:40:56 | Re: PostgreSQL locking from PHP scripts (Alan Hodgson)

cursor usage, but there doesn't seem to be one. -- "Thank God we don't get all the government

2006-04-18 05:24:47 | Re: binary cursor returning truncated data (Eric Mauvière)

CURSOR thing should be avoided. With MySQL for instance, a cursor will read the same

2006-04-17 14:33:36 | binary cursor returning truncated data (Eric Mauvière)

cursor with PHP : $sql="BEGIN;DECLARE mycursor BINARY CURSOR FOR SELECT shape FROM $layerName; fetch

2005-11-23 12:14:22 | Pagination of search results (Neil Saunders)

cursors. Also, cursors would prevent me from retrieving the total number of records potentially returned

2005-04-25 10:36:58 | management form (enzo venegas palacios)

cursor change of the text field with de enter key and not with the tab, ej.press

2004-06-15 01:50:49 | Re: pg_fetch_array (Scott Marlowe)

time, use a cursor. See declare and fetch in the manual. Works a charm in PHP.

2004-06-02 17:03:20 | PHP memory usage (Adam Palmblad)

report it to PHP as a bug? If not, are my only solutions to wrap my selects in cursors and/or to use limit? -Adam Palmblad

2004-05-31 19:50:54 | Re: PHP memory usage (Nick Barr)

cursors. You could reduce the size of the record set by using paging, i.e. only

2004-04-08 12:23:30 | functions aka stored procedures results and PHP (Ivan Sergio Borgonovo)

cursors or recordsets or single rows or just a value. What will happen if I have

2003-11-06 22:28:37 | Re: Support for prepared queries (Christopher Kings-Lynne)

cursors, etc. I don't think we want to clobber prepared queries...i dunno. And we can add stuff

2003-10-06 17:06:22 | How to manipulate a cursor returned by a PL/pgSQL function in a PHP script? (Sebastien Baudry)

cursor and I don't know how to fetch the cursor in my PHP script