Re: How to run a stored PL/pgSQL function? - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: How to run a stored PL/pgSQL function?
Date
Msg-id 438E7A62.2050403@commandprompt.com
Whole thread Raw
In response to How to run a stored PL/pgSQL function?  ("Ken Winter" <ken@sunward.org>)
List pgsql-general
> Somewhere in that script, I want to call or invoke (or whatever the
> right verb is) foo and provide its argument, so that when the script
> is being executed, at that point foo is executed and has its desired
> effect on the database. (I don’t need any return from foo.) But I
> don’t know what to put into the script to make this happen.
>

select foo('bar');

or

select * from foo('bar'); if an SRF..

Joshua D. Drake


> ~ TIA
>
> ~ Ken
>


--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl - http://www.commandprompt.com/


pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: How to run a stored PL/pgSQL function?
Next
From: Tom Lane
Date:
Subject: Re: SELECT Generating Row Exclusive Locks?