Re: [GENERAL] number of rows in a cursor

2005-03-07 Thread Michael Fuhr
On Mon, Mar 07, 2005 at 05:06:19PM +0100, FERREIRA William (COFRAMI) wrote: > is it possible to know the number of rows into a cursor ? does any function > exists ? Not without scanning the result. See previous discussion: http://archives.postgresql.org/pgsql-general/2005-01/msg01264.php http:/

[GENERAL] number of rows in a cursor

2005-03-07 Thread FERREIRA William (COFRAMI)
Title: number of rows in a cursor hi is it possible to know the number of rows into a cursor ? does any function exists ? thanks in advance     Will