Re: Using Cursors in PHP - Mailing list pgsql-php

From scott.marlowe
Subject Re: Using Cursors in PHP
Date
Msg-id Pine.LNX.4.33.0308060950030.15751-100000@css120.ihs.com
Whole thread Raw
In response to Using Cursors in PHP  (Andreas Schmitz <a.schmitz@cityweb.de>)
Responses Re: Using Cursors in PHP
List pgsql-php
On Wed, 6 Aug 2003, Andreas Schmitz wrote:

>
> Hello *,
>
> I am just wondering if it is possible to use cursors within PHP. I need to
> page query result from a big table and I am looking for a solution to avoid
> scanning the complete table using limit and offset.

Yes, you can use cursors, no you can't expect them to survive from one
page to the next.

Luckily, Postgresql is smart enough to use indexes when you use offset
limit, but, of course, it must internally create the result set up to and
including the last row returned by the limit / offset.


pgsql-php by date:

Previous
From: Andreas Schmitz
Date:
Subject: Using Cursors in PHP
Next
From: Cath Lawrence
Date:
Subject: authentication question