Bug on parameter bigint in PL/PGSQL

From: Michele Bendazzoli <mickymouse(at)mickymouse(dot)it>
To: pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Bug on parameter bigint in PL/PGSQL
Date: 2003-08-22 11:59:54
Message-ID: 1061553594.781.34.camel@mickymouse.sintel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I think i found a bug in PL/PGSQL: when i use a parameter bigint (int8)
and call the function from psql an error message which says that "the
functioname(bigint) doesn't exist" is displayed.
If i turn the int8 to int4 all works fine ...

Now i use two int4 instead of one int8: is advisable?

ciao, Michele

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rod Taylor 2003-08-22 12:36:41 Re: "SELECT IN" Still Broken in 7.4b
Previous Message Tomasz Myrta 2003-08-22 10:23:42 Re: Joined deletes but one table being a subquery.