RV: calling a pl/pgsql function with array in argument

Поиск
Список
Период
Сортировка
От Ruben Vivas
Тема RV: calling a pl/pgsql function with array in argument
Дата
Msg-id NGBBLEDNCLEHAAFIPFNNEEAOCAAA.ruben.vivas@explorersystem.com
обсуждение исходный текст
Список pgsql-php
Hello, i am tryin to pass an array like argument to a pl/pgsql function but
i can not find the correct data type in te function.

i am using php.

ex: $dato[][] is the array using php, and i need call:

1. $res = fn_vea ($dato);   ?????

2. in pl/pgsql CREATE FUNCTION fn_vea (integer [][]) RETURNS varchar (25) AS
.........


does it work??
thank you


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

Предыдущее
От: "Jules Alberts"
Дата:
Сообщение: global variable problem
Следующее
От: "Papp, Gyozo"
Дата:
Сообщение: Re: RV: calling a pl/pgsql function with array in argument