Re: Number of rows in a cursor ? - Mailing list pgsql-sql

From Bo Lorentsen
Subject Re: Number of rows in a cursor ?
Date
Msg-id 430C6CFF.9070304@netgroup.dk
Whole thread Raw
In response to Re: Number of rows in a cursor ?  ("Russell Simpkins" <russellsimpkins@hotmail.com>)
Responses Re: Number of rows in a cursor ?  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql
Russell Simpkins wrote:

> If you need a count, why not just execute one of the methods to get a 
> count. i.e.e select count(id) ...

The reason why i don't  just make a count and then a selection of data 
is performance.

/BL



pgsql-sql by date:

Previous
From: "Joel Fradkin"
Date:
Subject: Re: SQLException - SET AUTOCOMMIT TO OFF is no longer supported
Next
From: Michael Fuhr
Date:
Subject: Re: Number of rows in a cursor ?