Re: PROBLEM: Function does not exist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Julian Legeny <julo(at)opensubsystems(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: PROBLEM: Function does not exist
Date: 2005-06-23 01:37:51
Message-ID: 28379.1119490671@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr <mike(at)fuhr(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Mitchell 2005-06-23 01:47:45 Re: Vacuum advice
Previous Message Tom Lane 2005-06-23 01:28:27 Re: multiple action rules