Re: Problem with functions

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Richard Sydney-Smith" <richard(at)ibisaustralia(dot)com>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Problem with functions
Date: 2003-08-26 20:31:26
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B510@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

-----Original Message-----
From: Richard Sydney-Smith [mailto:richard(at)ibisaustralia(dot)com]
Sent: 26 August 2003 15:00
To: pgsql-cygwin(at)postgresql(dot)org
Subject: [CYGWIN] Problem with functions


I have used pgadminII to create a series of functions. However
it appears that they are all all given array parameters. ( see the
definition shown below) If I create the function manually with a return
type of "bool" instead of "bool[]" all is ok. However if I use pgadmin
then I get a horrible error

ERROR: array_in: Need to specify dimension

pgAdmin will happily create functions without using the array types -
just select bool without the square brackets in the Returns combo box
(check further down the list).

Regards, Dave.

Browse pgsql-cygwin by date

  From Date Subject
Next Message Carl Youngblood 2003-08-26 22:54:39 Re: 7.3.4 upgrade
Previous Message George Weaver 2003-08-26 18:54:11 Re: Problem with functions