Re: call pl/pgsql stored functions from ecpg?

From: "Jasbinder Singh Bali" <jsbali(at)gmail(dot)com>
To: "Andrew Jarcho" <ajarcho(at)nyc(dot)rr(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: call pl/pgsql stored functions from ecpg?
Date: 2007-04-21 23:53:15
Message-ID: a47902760704211653g6c9d03fep7d3e743fd1254daf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

if u got a function func_xyz()
just write a query like

Select func_xyz()
and thats how it works in postgres

On 4/21/07, Andrew Jarcho <ajarcho(at)nyc(dot)rr(dot)com> wrote:
>
> does anybody know if there's a way to access pl/pgsql stored functions
> from ecpg? i haven't been able to find anything about it in the
> documentation or on the web.
> --andy
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David Flegl 2007-04-24 07:00:54 How to log whole query statement to relation?
Previous Message Ron Johnson 2007-04-21 23:13:11 Re: PostgreSQL configuration