From 15b4d463083b1afd515f2322de7f1b7496a2c336 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 18 May 2024 17:43:16 -0400 Subject: [PATCH] doc PG 17 relnotes: update to current Reported-by: jian he Discussion: https://postgr.es/m/CACJufxE7fbWckFeXdW86VTia2BV+LOcfNR-aPf1cP2fjxEB0Aw@mail.gmail.com Backpatch-through: master --- doc/src/sgml/release-17.sgml | 43 +++--------------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 9c511848943..0bc1c9a14ad 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -6,7 +6,7 @@ Release date: - 2024-??-??, AS OF 2024-05-14 + 2024-??-??, AS OF 2024-05-18 @@ -480,17 +480,6 @@ Author: Tomas Vondra Allow BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias van de Meent) - - - - - - -Add stratnum GiST support function (Paul A. Jungwirth) - @@ -1467,34 +1456,6 @@ Add DEFAULT setting for ALTER TABLE .. SET ACCESS METHOD (Michael Paquier) - - - - -Allow foreign keys to reference WITHOUT OVERLAPS primary keys (Paul A. Jungwirth) - - - -The keyword PERIOD is used for this purpose. - - - - - - - -Allow PRIMARY KEY and UNIQUE constraints to use WITHOUT OVERLAPS for non-overlapping exclusion constraints (Paul A. Jungwirth) - - -