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

From: "Ruben Vivas" <ruben(dot)vivas(at)explorersystem(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: RV: calling a pl/pgsql function with array in argument
Date: 2002-04-22 20:18:45
Message-ID: NGBBLEDNCLEHAAFIPFNNEEAOCAAA.ruben.vivas@explorersystem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Papp, Gyozo 2002-04-22 22:53:20 Re: RV: calling a pl/pgsql function with array in argument
Previous Message Jules Alberts 2002-04-22 13:43:48 global variable problem