On Mon, 1 Sep 2003, Bruce Momjian wrote:
> Pavel Stehule wrote:
> > Hello
> >
> > I have function
> >
> > CREATE FUNCTION foo(date, date, INTEGER[]) RETURNS INTEGER
> >
> > Array and array's functions works fine, but I need call this function
> > with empty array. I can't use array constructor for empty array. When
> > I call function foo with e.a. ,I get syntax error. I can call with '{}'.
>
> Are you running 7.4beta?
>
I am sorry, yes, of course :->,
testdb=> SELECT version(); version
---------------------------------------------------------------------------PostgreSQL 7.4beta1 on i586-pc-linux-gnu,
compiledby GCC gcc (GCC) 3.2.2
(1 řádka)
>