plpgsql overloading bug in 7.3.2 on OS X - Mailing list pgsql-hackers

From Allie Micka
Subject plpgsql overloading bug in 7.3.2 on OS X
Date
Msg-id 3FF6DFAF-F95C-11D7-9C39-000A9575C7D6@pajunas.com
Whole thread Raw
List pgsql-hackers
I'm having trouble overloading functions in plpgsql using PostgreSQL
7.3.2 on OS X.

I have created two functions with the following declarations:

CREATE OR REPLACE FUNCTION set_entity_type(BIGINT,TEXT) RETURNS BOOLEAN
AS ' ...
CREATE OR REPLACE FUNCTION set_entity_type(BIGINT,BIGINT) RETURNS
BOOLEAN AS ' ...

pgsql-hackers by date:

Previous
From: "scott.marlowe"
Date:
Subject: IDE Drives and fsync
Next
From: seunosewa@inaira.com (Seun Osewa)
Date:
Subject: Re: Dreaming About Redesigning SQL