array values and pl/perl(poss. repost)

Поиск
Список
Период
Сортировка
От Morgan Kita
Тема array values and pl/perl(poss. repost)
Дата
Msg-id 08B420FF5BF7BC42A064212C2EB7688017E4F2@neutron.verseon.com
обсуждение исходный текст
Список pgsql-novice
Hi,

I had a simple question about pl/perl. I am writing a function that takes a row from a table as input which has an
attributethat is a text[][] array. 
How do I best parse this array attribute inside the body of the pl/perl function? Is there anything built into pl/perl
toallow me to automatically convert the postgres style array to a perl array, so that I can cleanly iterate through the
elements?If not is my only option to write a text parser for this?(Seems like too much club to me). 

Thanks,
Morgan

В списке pgsql-novice по дате отправления:

Предыдущее
От: Mogin Mohandas
Дата:
Сообщение: compiling
Следующее
От: "Jeff Eckermann"
Дата:
Сообщение: Re: Troubles with PL/Perl in PgSQL