diff options
author | Bruce Momjian | 2024-10-08 00:11:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2024-10-08 00:11:25 +0000 |
commit | a8b2402041c79a16a0c5e0c5498f9f0e242f87f3 (patch) | |
tree | 18ca2734c412efb8c4fed05b8eb337d0f3acc248 /doc/src | |
parent | 5bd26e6527800749641dcb6a4409c0eb0ec1ba8d (diff) |
doc PG 17 relnotes: move adminpack item to incompatibilities
Reported-by: Laurenz Albe
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 17 only
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index ad814737745..eb65d1d725d 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -222,6 +222,24 @@ Author: Nathan Bossart <[email protected]> </listitem> <!-- +Author: Daniel Gustafsson <[email protected]> +2024-03-04 [cc09e6549] Remove the adminpack contrib extension +--> + + <listitem> + <para> + Remove <application>adminpack</application> contrib extension + (Daniel Gustafsson) + <ulink url="&commit_baseurl;cc09e6549">§</ulink> + </para> + + <para> + This was used by now end-of-life <productname>pgAdmin + III</productname>. + </para> + </listitem> + +<!-- Author: Thomas Munro <[email protected]> 2023-07-14 [d0c28601e] Remove wal_sync_method=fsync_writethrough on Windows. --> @@ -3303,24 +3321,6 @@ Author: Nathan Bossart <[email protected]> </listitem> <!-- -Author: Daniel Gustafsson <[email protected]> -2024-03-04 [cc09e6549] Remove the adminpack contrib extension ---> - - <listitem> - <para> - Remove <application>adminpack</application> contrib extension - (Daniel Gustafsson) - <ulink url="&commit_baseurl;cc09e6549">§</ulink> - </para> - - <para> - This was used by now end-of-life <productname>pgAdmin - III</productname>. - </para> - </listitem> - -<!-- Author: Tom Lane <[email protected]> 2023-10-20 [2b5154bea] Extend ALTER OPERATOR to allow setting more optimization --> |