Re: [HACKERS] DROP FUNCTION of multiple functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] DROP FUNCTION of multiple functions
Date
Msg-id a991d5ee-0df9-eadc-a61c-9efe91acdb23@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] DROP FUNCTION of multiple functions  (Michael Paquier <michael.paquier@gmail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Statement-level rollback
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki