doc: update PG 13 release notes for glossary and NO DEPENDS
authorBruce Momjian <[email protected]>
Tue, 5 May 2020 15:42:28 +0000 (11:42 -0400)
committerBruce Momjian <[email protected]>
Tue, 5 May 2020 15:42:28 +0000 (11:42 -0400)
doc/src/sgml/release-13.sgml

index 05cf7de117a91896b2c4761d2fd328500ca7588c..b10c47ecff8a7470f41dfb17e746cd7517f7d3a7 100644 (file)
@@ -1788,11 +1788,12 @@ Author: Alvaro Herrera <[email protected]>
 -->
 
 <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>
-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>
 
 </listitem>
@@ -2326,7 +2327,7 @@ Author: Alvaro Herrera <[email protected]>
 -->
 
 <para>
-Add a glossary to the documentation
+Add a glossary to the documentation (Corey Huinker, Jürgen Purtz, Roger Harkavy, Álvaro Herrera)
 </para>
 
 </listitem>