Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Record Count - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Record Count
Date
Msg-id [email protected]
Whole thread Raw
In response to Record Count  (sreejith s <[email protected]>)
List pgsql-sql
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/


pgsql-sql by date:

Previous
From: sreejith s
Date:
Subject: Record Count
Next
From: Greg Stark
Date:
Subject: Re: help on a query