Re: Overloading

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Overloading
Дата
Msg-id 20080614024504.GC31715@commandprompt.com
обсуждение исходный текст
Ответ на Overloading  (Ralph Smith <smithrn@washington.edu>)
Список 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
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/

В списке pgsql-general по дате отправления:

Предыдущее
От: Ralph Smith
Дата:
Сообщение: Overloading
Следующее
От: D Galen
Дата:
Сообщение: Re: Overloading