Re: DROP FUNCTION of multiple functions

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: DROP FUNCTION of multiple functions
Date: 2017-03-06 18:35:17
Message-ID: a991d5ee-0df9-eadc-a61c-9efe91acdb23@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/27/17 01:46, Michael Paquier wrote:
> On Sat, Feb 25, 2017 at 10:27 PM, Peter Eisentraut
> <peter(dot)eisentraut(at)2ndquadrant(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-06 18:45:21 Re: Other formats in pset like markdown, rst, mediawiki
Previous Message Peter Eisentraut 2017-03-06 18:34:49 pgsql: Remove objname/objargs split for referring to objects