From f654f000ddfd2c8724d0d7085087424f6ab51515 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 5 Jun 2024 20:52:54 -0400 Subject: [PATCH] doc PG 17 relnotes: adjust integer bin/oct funcs and psql tab Reported-by: Dean Rasheed Discussion: https://postgr.es/m/CAEZATCXiNyExAXxKCO1h6oBB2nbfq9PtdA1nQowRsVFW1eD_MQ@mail.gmail.com Backpatch-through: master --- doc/src/sgml/release-17.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 1131f2aab51..93bc7408b5b 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -1685,7 +1685,7 @@ Author: Nathan Bossart -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) @@ -2000,11 +2000,13 @@ Author: Masahiko Sawada 2024-04-08 [304b6b1a6] Add more tab completion support for ALTER DEFAULT PRIVIL Author: Alexander Korotkov 2024-04-30 [60ae37a8b] Add tab completion for partition MERGE/SPLIT operations +Author: Michael Paquier +2024-05-01 [2800fbb2b] Add tab completion for EXPLAIN (MEMORY|SERIALIZE) --> -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) -- 2.39.5