doc PG 17 relnotes: adjust integer bin/oct funcs and psql tab
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Jun 2024 00:52:54 +0000 (20:52 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Jun 2024 00:53:15 +0000 (20:53 -0400)
Reported-by: Dean Rasheed
Discussion: https://postgr.es/m/CAEZATCXiNyExAXxKCO1h6oBB2nbfq9PtdA1nQowRsVFW1eD_MQ@mail.gmail.com

Backpatch-through: master

doc/src/sgml/release-17.sgml

index 1131f2aab517715a2c7b7dec0b24e19f9320686d..93bc7408b5bf3aa8d2dc3754b841de444b4afc1d 100644 (file)
@@ -1685,7 +1685,7 @@ Author: Nathan Bossart <nathan@postgresql.org>
 
 <listitem>
 <para>
-Add functions to convert integers to hex and binary strings (Eric Radman, Nathan Bossart)
+Add functions to convert integers to binary and octal strings (Eric Radman, Nathan Bossart)
 </para>
 
 <para>
@@ -2000,11 +2000,13 @@ Author: Masahiko Sawada <msawada@postgresql.org>
 2024-04-08 [304b6b1a6] Add more tab completion support for ALTER DEFAULT PRIVIL
 Author: Alexander Korotkov <akorotkov@postgresql.org>
 2024-04-30 [60ae37a8b] Add tab completion for partition MERGE/SPLIT operations
+Author: Michael Paquier <michael@paquier.xyz>
+2024-05-01 [2800fbb2b] Add tab completion for EXPLAIN (MEMORY|SERIALIZE)
 -->
 
 <listitem>
 <para>
-Improve psql tab completion (Dagfinn Ilmari MannsÃ¥ker, Gilles Darold, Christoph Heiss, Steve Chavez, Vignesh C, Pavel Borisov)
+Improve psql tab completion (Dagfinn Ilmari MannsÃ¥ker, Gilles Darold, Christoph Heiss, Steve Chavez, Vignesh C, Pavel Borisov, Jian He)
 </para>
 </listitem>