mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
doc: update PG 13 release notes for glossary and NO DEPENDS
This commit is contained in:
@ -1788,11 +1788,12 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Add the ability to remove a function's dependency on an extension (Alvaro Herrera)
|
Add the ability to remove an object's dependency on an extension (Álvaro
|
||||||
|
Herrera)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The syntax is ALTER FUNCTION .. NO DEPENDS ON.
|
The object can be a function, materialized view, index, or trigger. The syntax is ALTER .. NO DEPENDS ON.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -2326,7 +2327,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Add a glossary to the documentation
|
Add a glossary to the documentation (Corey Huinker, Jürgen Purtz, Roger Harkavy, Álvaro Herrera)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user