Re: PG 13 release notes, first draft - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PG 13 release notes, first draft
Date
Msg-id 20200505152225.GA13016@alvherre.pgsql
Whole thread Raw
In response to PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
In this item

+<listitem>
+<!--
+Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
+2020-04-20 [5fc703946] Add ALTER .. NO DEPENDS ON
+-->
+
+<para>
+Add the ability to remove a function's dependency on an extension (Alvaro Herrera)
+</para>
+
+<para>
+The syntax is ALTER FUNCTION .. NO DEPENDS ON.
+</para>
+
+</listitem>

This works for several object types, not just a functions.  I propose

  Add the ability to remove an object's dependency on an extension (Álvaro Herrera)

  The object can be a function, materialized view, index, or trigger.
  The syntax is ALTER .. NO DEPENDS ON.

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Poll: are people okay with function/operator table redesign?
Next
From: Alvaro Herrera
Date:
Subject: Re: PG 13 release notes, first draft