calling a fuction within a function - Mailing list pgsql-general

From Feite Brekeveld
Subject calling a fuction within a function
Date
Msg-id 3AA90043.B4511C0D@osiris-it.nl
Whole thread Raw
List pgsql-general
Hi,

I have an application that receives data with attributes concatenated as
a string seperated by a /

I use perl code to split it into seperate attributes and store it from
one table into another (Solid database)

What I would like to do is:

- Receive the data in a table  that stores the cancat. string
- have a trigger on that table that receives splits  the string into
pieces using plperl ( some tricky regexps are involved so perl would be
nice )
- have this function insert the new record into another table with the
attibutes seperated.

QUESTION:

Can I call a function from the perl-based trigger to store the new
record ?

Thanks,

Feite Brekeveld


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Escaping underscores in LIKE
Next
From: "Brent R. Matzelle"
Date:
Subject: Re: Re: pgsql for Python