Re: PG 13 release notes, first draft

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PG 13 release notes, first draft
Дата
Msg-id 20200505152225.GA13016@alvherre.pgsql
обсуждение исходный текст
Ответ на PG 13 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Poll: are people okay with function/operator table redesign?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: PG 13 release notes, first draft