Re: Get the number of records of a result set - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Get the number of records of a result set
Date
Msg-id 162867790801300033p37dcb7d2j4aeb6e830c900685@mail.gmail.com
Whole thread Raw
In response to Get the number of records of a result set  (Eugenio Tacchini <eugenio.tacchini@elfo.net>)
List pgsql-general
Hello

http://www.postgresql.org/docs/8.2/interactive/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS

regards
Pavel Stehule


On 30/01/2008, Eugenio Tacchini <eugenio.tacchini@elfo.net> wrote:
> Hello,
> I'm writing a function in PL/pgSQL and I would like to know if there
> is a method to get the number of records in a result set, after a
> select query, without executing the same query using COUNT(*).
>
> Thanks.
>
> Regards,
>
> Eugenio.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>

pgsql-general by date:

Previous
From: Eugenio Tacchini
Date:
Subject: Get the number of records of a result set
Next
From: Ow Mun Heng
Date:
Subject: Re: Get the number of records of a result set