Thread: Record Count

Record Count

From
sreejith s
Date:
Friends,
How to get a the records returned by a sql executed within a pl/pgsql function

Sreejith


Re: Record Count

From
Michael Fuhr
Date:
On Fri, Oct 08, 2004 at 11:21:25PM +0530, sreejith s wrote:

> How to get a the records returned by a sql executed within a pl/pgsql function

It's not clear what you're asking, but perhaps one of the following
pages will answer your question:

http://www.postgresql.org/docs/7.4/static/plpgsql-statements.html#PLPGSQL-SELECT-INTO
http://www.postgresql.org/docs/7.4/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS
http://www.postgresql.org/docs/7.4/static/plpgsql-control-structures.html#PLPGSQL-RECORDS-ITERATING

If you still have trouble, please post more info about what you're
trying to do.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/