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

From Michael Paquier
Subject Re: [HACKERS] DROP FUNCTION of multiple functions
Date
Msg-id CAB7nPqRZPyBD=X64kipRVoMArm=f8RZQwTeVCyt8tuVtB-taxg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] DROP FUNCTION of multiple functions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] DROP FUNCTION of multiple functions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
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?

-DropPolicyStmt:
-           DROP POLICY name ON any_name opt_drop_behavior
-               {
Oh, nice. I can see that you have decided to bit the bullet. Thanks
for considering that.

I am marking this patch as ready for committer, aka you.
-- 
Michael



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Creation of "Future" commit fest, named 2017-07
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Enabling parallelism for queries coming from SQL orother PL functions