calling a pl/pgsql function with array in argument - Mailing list pgsql-sql

From Ruben Vivas
Subject calling a pl/pgsql function with array in argument
Date
Msg-id NGBBLEDNCLEHAAFIPFNNKEAMCAAA.ruben.vivas@explorersystem.com
Whole thread Raw
List pgsql-sql
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-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Cannot get to use index scan on a big table!
Next
From: Tom Lane
Date:
Subject: Re: Is this a BUG? Is there anyone has the same problem?