Re: Overloading - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: Overloading
Date
Msg-id [email protected]
Whole thread Raw
In response to Overloading  (Ralph Smith <[email protected]>)
List pgsql-general
On Fri, Jun 13, 2008 at 06:11:43PM -0700, Ralph Smith wrote:

> I get:
> ERROR:  cannot change return type of existing function
> HINT:  Use DROP FUNCTION first.

Don't use CREATE OR REPLACE for the second one.  The OR REPLACE is
trying to replace a function of the same name.

A

--
Andrew Sullivan
[email protected]
+1 503 667 4564 x104
http://www.commandprompt.com/

pgsql-general by date:

Previous
From: Ralph Smith
Date:
Subject: Overloading
Next
From: D Galen
Date:
Subject: Re: Overloading