Re: Question about stored procedures

From: "Josephine E(dot) de Castro" <jedecastro23(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Question about stored procedures
Date: 2005-10-13 11:20:39
Message-ID: 20051013112039.77790.qmail@web30704.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Sean! Thanks for your reply. :)

My knowledge of PL/Perl is limited and confined to knowing that such language exist.

Is there no 'trusted' way of doing this? How about creating a trigger using C? Or should i stick with something like PL/pgSQL and look for its 'untrusted' flavors?

Anyway, my questions sound so elementary.. really sorry for that..

Thanks again!

Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> wrote:
Look at pl/perlu or any of the other "untrusted" flavors of procedure
language. Probably all can do what you like as far as file manipulation.

http://www.postgresql.org/docs/8.0/static/server-programming.html

Sean


---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josephine E. de Castro 2005-10-13 11:36:17 Re: Question about stored procedures
Previous Message Sean Davis 2005-10-13 10:56:59 Re: Question about stored procedures