Thread: stored procedure

stored procedure

From
genesis
Date:
Im newbie with postgresql i want to know how to create a stored
procedure that retrieve records something  like

SELECT * FROM TABLE1 WHERE TABLE1.ID = 'PARAMETER'

appreciate any help, links etc...

thanks

Germán Fonseca P.


Re: stored procedure

From
"Rodrigo De León"
Date:
On 9/7/07, genesis <gerfonpin@msn.com> wrote:
> appreciate any help, links etc...

See:
http://www.postgresql.org/docs/8.2/static/xfunc-sql.html#AEN36437