PL/PGSQL Array Parameters
От
Josh Berkus
Тема
PL/PGSQL Array Parameters
Дата
Msg-id
web-1176355@davinci.ethosmedia.com
Ответ на
Re: [PHP] Automatic increment (Josh Berkus)
Список
Folks, Can anyone confirm whether it is possible, using 7.0.3, to pass an array from PHP into a PL/PGSQL function as an input parameter? Basically I want to do this: CREATE FUNCTION insert_client (name, address, preferences ARRAY(1 to 10)) etc ... Then call the function passing a PHP array variable directly to the preferences input parameter. Is this currently supported? If so, can anybody give me a sample of how they've st it up? Grazie! -Josh berkus
В списке pgsql-php по дате отправления