Re: Record Count - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Record Count
Date
Msg-id 20041008193202.GA61143@winnie.fuhr.org
Whole thread Raw
In response to Record Count  (sreejith s <getsreejith@gmail.com>)
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