Re: number of rown in a cursor.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoffer Gurell <orbit(at)0x63(dot)nu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: number of rown in a cursor.
Date: 2005-01-23 22:02:43
Message-ID: 6927.1106517763@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Christoffer Gurell <orbit(at)0x63(dot)nu> writes:
> When declaring a cursor is there a way to return the number of rows that
> the declared cursor consists of ?

Not without actually scanning the result, if that's what you meant.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message kamal 2005-01-23 22:08:24 Problems with localization
Previous Message Jim C. Nasby 2005-01-23 21:59:23 Re: How are foreign key constraints built?