Re: PROBLEM: Function does not exist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PROBLEM: Function does not exist
Дата
Msg-id 28379.1119490671@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PROBLEM: Function does not exist  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
Michael Fuhr <mike@fuhr.org> writes:
> On Thu, Jun 23, 2005 at 12:36:50AM +0200, Julian Legeny wrote:
>> CREATE OR REPLACE FUNCTION insert_bf_filter(int4, int4, "varchar", "varchar", int4, int2, int2, int4, int2, int4)

> Follow the hint: use explicit type casts for the int2 arguments.

Or just declare the function arguments as int4.  I don't think there's
any material performance advantage from using int2 here anyway.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: multiple action rules
Следующее
От: David Mitchell
Дата:
Сообщение: Re: Vacuum advice