> 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
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
No comments:
Post a Comment