Re: Array as a parameter in user-defined functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mila boldareva <pierro(at)dds(dot)nl>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Array as a parameter in user-defined functions
Date: 2002-02-25 17:38:43
Message-ID: 22110.1014658723@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

mila boldareva <pierro(at)dds(dot)nl> writes:
> CREATE FUNCTION ADD (float[8], float[8]) RETURNS float AS ' ....

> doesn't work.

Works fine for me, at least in recent releases. If you're using
something older than say 7.1, you might need to update.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Ray 2002-02-25 19:02:39 Mailing list help
Previous Message Josh Berkus 2002-02-25 17:16:34 Re: Dates in postgres