]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 17 relnotes: move adminpack item to incompatibilities
authorBruce Momjian <bruce@momjian.us>
Tue, 8 Oct 2024 00:11:25 +0000 (20:11 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 8 Oct 2024 00:11:25 +0000 (20:11 -0400)
Reported-by: Laurenz Albe
Discussion: https://postgr.es/m/1e1aa41dd5b0851b5c0d328a50b1ab598bd59419.camel@cybertec.at

Backpatch-through: 17 only

doc/src/sgml/release-17.sgml

index ad814737745b6d08f6cdf832310fcfda3c14f01a..eb65d1d725d5a5969baea3a6e6b7c3bf8cb33107 100644 (file)
@@ -221,6 +221,24 @@ Author: Nathan Bossart <nathan@postgresql.org>
      </para>
     </listitem>
 
+<!--
+Author: Daniel Gustafsson <dgustafsson@postgresql.org>
+2024-03-04 [cc09e6549] Remove the adminpack contrib extension
+-->
+
+     <listitem>
+      <para>
+      Remove <application>adminpack</application> contrib extension
+      (Daniel Gustafsson)
+      <ulink url="&commit_baseurl;cc09e6549">&sect;</ulink>
+      </para>
+
+      <para>
+      This was used by now end-of-life <productname>pgAdmin
+      III</productname>.
+      </para>
+     </listitem>
+
 <!--
 Author: Thomas Munro <tmunro@postgresql.org>
 2023-07-14 [d0c28601e] Remove wal_sync_method=fsync_writethrough on Windows.
@@ -3302,24 +3320,6 @@ Author: Nathan Bossart <nathan@postgresql.org>
       </para>
      </listitem>
 
-<!--
-Author: Daniel Gustafsson <dgustafsson@postgresql.org>
-2024-03-04 [cc09e6549] Remove the adminpack contrib extension
--->
-
-     <listitem>
-      <para>
-      Remove <application>adminpack</application> contrib extension
-      (Daniel Gustafsson)
-      <ulink url="&commit_baseurl;cc09e6549">&sect;</ulink>
-      </para>
-
-      <para>
-      This was used by now end-of-life <productname>pgAdmin
-      III</productname>.
-      </para>
-     </listitem>
-
 <!--
 Author: Tom Lane <tgl@sss.pgh.pa.us>
 2023-10-20 [2b5154bea] Extend ALTER OPERATOR to allow setting more optimization