Re: [HACKERS] DROP FUNCTION of multiple functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] DROP FUNCTION of multiple functions
Дата
Msg-id a991d5ee-0df9-eadc-a61c-9efe91acdb23@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] DROP FUNCTION of multiple functions  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 2/27/17 01:46, Michael Paquier wrote:
> On Sat, Feb 25, 2017 at 10:27 PM, Peter Eisentraut
> <peter.eisentraut@2ndquadrant.com> wrote:
>> Here is a new patch set that addresses your comments.  The structure is
>> still the same, just a bunch of things have been renamed based on
>> suggestions.
> +  <para>
> +   Drop multiple functions in one command:
> +<programlisting>
> +DROP FUNCTION sqrt(integer), sqrt(bigint);
> +</programlisting></para>
>   </refsect1>
> Perhaps adding as well on the page of DROP OPERATOR an example
> dropping multiple operators at once?

Committed with additional documentation.  Thanks.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Statement-level rollback
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki