In this item

+<listitem>
+<!--
+Author: Alvaro Herrera <alvhe...@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


Reply via email to