Re: Drop all overloads of a function without knowing parameter types

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Drop all overloads of a function without knowing parameter types
Дата
Msg-id 20140204163547.GN10723@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Drop all overloads of a function without knowing parameter types  (Sergey Konoplev <gray.ru@gmail.com>)
Ответы Re: Drop all overloads of a function without knowing parameter types  (Sergey Konoplev <gray.ru@gmail.com>)
Re: Drop all overloads of a function without knowing parameter types  (Sergey Konoplev <gray.ru@gmail.com>)
Список pgsql-general
Sergey Konoplev escribió:
> On Mon, Feb 3, 2014 at 10:09 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > People periodically ask for extensions flavored more or less like this,
> > but I'm suspicious of building any such thing into the core.  There's too
> > little commonality in the exact conditions they want to search on.
> > Leaving it at the level of a scripting problem, as above, allows arbitrary
> > customization of the search condition.
>
> I understand the POV of both Evan and you here. However, I think that
> there might be a good solution for this particular case - to allow
> dropping functions by name only if it has the only signature, but if
> there are 2 or more signatures then print an error specifying all the
> forms of the function, eg.:
>
> ERROR: Can not drop function 'foo' because it has more then one
> signature: foo(integer), foo(text).

But that doesn't solve Evan's request.  He would want both functions
gone, not an error.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Sergey Konoplev
Дата:
Сообщение: Re: Drop all overloads of a function without knowing parameter types
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: Drop all overloads of a function without knowing parameter types