Re: retrieving parts of a resultset

From: Christoffer Gurell <orbit(at)0x63(dot)nu>
To: Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: retrieving parts of a resultset
Date: 2004-02-07 11:00:00
Message-ID: 20040207110000.GA32222@h55p111.delphi.afb.lu.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I think you should use a cursor; you declare it, and then you fetch the
> rows as you need them.

thanks this works really nice.. just one more question .. how do i check the
number of rows in a cursor? or do i have to do a select count(*) on the query
i use to create the cursor?

/ Christoffer Gurell

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Garamond 2004-02-07 11:30:12 duplicate key violates unique constraint "pg_class_oid_index"
Previous Message Paul Thomas 2004-02-07 10:45:14 Re: Can anyone recommend accounting software using PGSQL?