Re: calling a plpgsql procedure - Mailing list pgsql-general

From Stephan Szabo
Subject Re: calling a plpgsql procedure
Date
Msg-id 20020624172606.W61359-100000@megazone23.bigpanda.com
Whole thread Raw
In response to calling a plpgsql procedure  (s <smarie@ekno.com>)
List pgsql-general
On Mon, 24 Jun 2002, s wrote:

> Sorry to post such a stupid question.  I have read the "create
> function" documentation and searched old mailing lists, but I can't
> seem to find an example of how to call a plpgsql procedure that isn't
> associated with a trigger.

In general the easiest way is to use it in a select:
select func(args);
(assuming your function isn't defined to return opaque)





pgsql-general by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Astonishing explain...!
Next
From: Alvaro Herrera
Date:
Subject: Re: Proxy Server ...