Re: PROBLEM: Function does not exist - Mailing list pgsql-general

From Tom Lane
Subject Re: PROBLEM: Function does not exist
Date
Msg-id 28379.1119490671@sss.pgh.pa.us
Whole thread Raw
In response to Re: PROBLEM: Function does not exist  (Michael Fuhr <mike@fuhr.org>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: multiple action rules
Next
From: David Mitchell
Date:
Subject: Re: Vacuum advice