BUG #3695: Pgsql does not report non existing function - Mailing list pgsql-bugs

From Roger
Subject BUG #3695: Pgsql does not report non existing function
Date
Msg-id 200710250759.l9P7xBQ1023150@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3695: Pgsql does not report non existing function
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3695
Logged by:          Roger
Email address:      ramoloney@hotmail.com
PostgreSQL version: 8.3
Operating system:   Windows
Description:        Pgsql does not report non existing function
Details:

I've looked at 8.3 on windows and I'm using 8.2.5 actively for a large
company project on linux.

I have a big problem with Postgres not reporting functions that do not
exist. It makes developing on large projects very very awkward.

For example, if I have a pgsql function which makes a call to
   x := DAY(timestamp);

This is not reported. It does not exist. Likewise, if I had a function
MyFunc which does exist which requires 3 parameters, the following also are
not reported:

  x := myfunc();
  x := myfunc(p1)
  x := myfunc(p2);

Sureley, the plgsql parser SHOULD report this. It occurs frequently when
porting to postgres from existing database systems.

Am I missing some switch that I can turn on ?
Thanks in advance.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Possible planner bug/regression introduced in 8.2.5
Next
From: "Gergely Bor"
Date:
Subject: Yet another problem with ILIKE and UTF-8