calling a fuction within a function

Поиск
Список
Период
Сортировка
От Feite Brekeveld
Тема calling a fuction within a function
Дата
Msg-id 3AA90043.B4511C0D@osiris-it.nl
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Escaping underscores in LIKE
Следующее
От: "Brent R. Matzelle"
Дата:
Сообщение: Re: Re: pgsql for Python