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
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