Re: I cant find it or I'm just lazy ? - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: I cant find it or I'm just lazy ?
Date
Msg-id 20030224232458.GA23996@svana.org
Whole thread Raw
In response to I cant find it or I'm just lazy ?  (Darko Prenosil <darko.prenosil@finteh.hr>)
List pgsql-general
On Mon, Feb 24, 2003 at 07:53:05PM +0000, Darko Prenosil wrote:
>     I need two answers I did not find in documentation :
>
> How can I get exact number of rows in DECLARED CURSOR ?
> OK, I can FETCH until NULL, but this does not fits my needs !

You need to move to the end of the cursor. When you declare a cursor it
doesn't run the query yet. You have to tell it to run the query before it
can tell you how many rows it is. I think the command is MOVE.

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Support bacteria! They're the only culture some people have.

Attachment

pgsql-general by date:

Previous
From: Medi Montaseri
Date:
Subject: Re: 7.4?
Next
From: Joseph Shraibman
Date:
Subject: How do I change the server encoding?