Possible Bug in 7.3.2 on OS X

From: Allie Micka <allie(at)pajunas(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Possible Bug in 7.3.2 on OS X
Date: 2003-10-08 06:52:06
Message-ID: 3F83B416.2010207@pajunas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 '

Browse pgsql-hackers by date

  From Date Subject
Next Message Allie Micka 2003-10-08 06:54:23 plpgsql overloading bug in 7.3.2 on OS X
Previous Message Shridhar Daithankar 2003-10-08 06:35:53 Re: BigInt woes