cursor - Search results in mailing lists
Mailing lists >> pgsql-php >> Thread >> Search in thread (3)
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
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
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
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
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
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread >> Search in thread (6)
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
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
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
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread
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.
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread >> Search in thread (4)
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
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread
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
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
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