Re: Bug on parameter bigint in PL/PGSQL

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Bug on parameter bigint in PL/PGSQL
Дата
Msg-id 20030822055848.F83860-100000@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Bug on parameter bigint in PL/PGSQL  (Michele Bendazzoli <mickymouse@mickymouse.it>)
Список pgsql-sql
On Fri, 22 Aug 2003, Michele Bendazzoli wrote:

> 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 ...

I can't reproduce from the information above.  Integer constants are
treated as int4, but it should be able to cast that to bigint.  What is
the function you are using to test and what version?



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: date calculation
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Bug on parameter bigint in PL/PGSQL