Re: arrays as pgsql function parameters - Mailing list pgsql-sql

From Josh Berkus
Subject Re: arrays as pgsql function parameters
Date
Msg-id web-1502497@davinci.ethosmedia.com
Whole thread Raw
In response to Re: arrays as pgsql function parameters  ("Joseph Syjuco" <joseph@asti.dost.gov.ph>)
List pgsql-sql
Joseph,

> actually i already have and basically the function statments start as
>  create function test(_int4) returns integer
> when i tried to execute the function 
>  select test('{1,2,3,4}');
> it didnt spew out errors but it didnt output results either

How about posting a full function definition?  

We're not telepathic.

-Josh


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: PL/pgSQL TODO
Next
From: Bruce Momjian
Date:
Subject: Re: PL/pgSQL TODO