Re: How to run a stored PL/pgSQL function?

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "Ken Winter" <ken(at)sunward(dot)org>
Cc: "PostgreSQL pg-general List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to run a stored PL/pgSQL function?
Date: 2005-12-01 04:19:23
Message-ID: 49919A53-689C-4BB7-8B5F-AFADF628339B@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Dec 1, 2005, at 12:38 , Ken Winter wrote:

> How can I cause a PL/pgSQL function to be executed from a SQL script?
<snip />
> I have a PL/pgSQL “foo (varchar)”.
select foo(bar); -- where bar is of type varchar

Michael Glaesemann
grzm myrealbox com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2005-12-01 04:21:54 Re: How to run a stored PL/pgSQL function?
Previous Message Thomas F. O'Connell 2005-12-01 04:10:05 Re: SELECT Generating Row Exclusive Locks?