Re: arrays as pgsql function parameters

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "Joseph Syjuco" <joseph(at)asti(dot)dost(dot)gov(dot)ph>, "Achilleus Mantzios" <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: arrays as pgsql function parameters
Date: 2002-06-07 15:53:10
Message-ID: web-1502497@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ricardo Camacho 2002-06-07 15:56:35 Problem while inserting a byte array into a bytea column
Previous Message Tyler Mitchell 2002-06-07 15:20:15 Re: Demo versions

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2002-06-07 15:53:54 Re: PL/pgSQL TODO
Previous Message Josh Berkus 2002-06-07 15:38:45 Re: PL/pgSQL TODO