Re: calling plsql functions

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: <wooi(at)bigfoot(dot)com>, "Wooi K(dot)" <wooik(at)halfmind(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: calling plsql functions
Date: 2000-11-30 12:15:44
Message-ID: 0011300715440J.00289@comptechnews
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 30 November 2000 01:21, Wooi K. wrote:
> I would like to create a pgplsql function that return a record set. After
> I spent a couple hours learning how to write plsql functions, but now I'm
> stuck again. I know how to create the plsql function, but how do I call
> plsql functions? Any ideas?
>
> wooi.

SELECT myplsqlfunction(arg1,arg2, ...);

--
-------- Robert B. Easter reaster(at)comptechnews(dot)com ---------
- CompTechNews Message Board http://www.comptechnews.com/ -
- CompTechServ Tech Services http://www.comptechserv.com/ -
---------- http://www.comptechnews.com/~reaster/ ------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Bolenok 2000-11-30 13:22:20 OVERLAPS
Previous Message JB 2000-11-30 11:41:50 Re: [PHP] RE: [SQL] a script that queries database periodically