|
Home > Archive > PostgreSQL Discussion > April 2006 > Use functions in Pl/Perl language
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Use functions in Pl/Perl language
|
|
| sylsau 2006-03-29, 8:26 pm |
| Hello,
I would like to create a function that lets me to search in a table
rows according differents parameters.
I looked in the documentation of postgresql 8.1 about Pl/Perl
procedures but I didn't found how to cross each row of a table with
Pl/Perl.
Someone would have an example of that with Pl/Perl language ?
Thanks to help me.
Sylvain.
| |
| sylsau 2006-03-30, 8:26 pm |
| nobody ?
| |
| User Roman 2006-04-07, 7:34 am |
| # sylsau14@gmail.com / 2006-03-29 17:17:48 - 0800:
> Hello,
>
> I would like to create a function that lets me to search in a table
> rows according differents parameters.
> I looked in the documentation of postgresql 8.1 about Pl/Perl
> procedures but I didn't found how to cross each row of a table with
> Pl/Perl.
>
> Someone would have an example of that with Pl/Perl language ?
see the lotsa_md5() example at
http://www.postgresql.org/docs/8.1/...l-database.html
--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly
|
|
|
|
|