Rows count in the cursor ? - Mailing list pgsql-general

From Ivanmara
Subject Rows count in the cursor ?
Date
Msg-id gi9t7r$11d7$1@news.hub.org
Whole thread Raw
Responses Re: Rows count in the cursor ?
List pgsql-general
Hello. how can i get count of the rows in cursor ?

this code always return 0, but table is not empty:

open curs for select * from classif order by id;
GET DIAGNOSTICS i = ROW_COUNT;



pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Maximum reasonable free space map
Next
From: "Scott Marlowe"
Date:
Subject: Re: Maximum reasonable free space map