Bug on parameter bigint in PL/PGSQL - Mailing list pgsql-sql

From Michele Bendazzoli
Subject Bug on parameter bigint in PL/PGSQL
Date
Msg-id 1061553594.781.34.camel@mickymouse.sintel
Whole thread Raw
Responses Re: Bug on parameter bigint in PL/PGSQL  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: Bug on parameter bigint in PL/PGSQL  (Richard Huxton <dev@archonet.com>)
List 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





pgsql-sql by date:

Previous
From: Tomasz Myrta
Date:
Subject: Re: Joined deletes but one table being a subquery.
Next
From: Rod Taylor
Date:
Subject: Re: "SELECT IN" Still Broken in 7.4b