From 0ed4a84b7cb632d23cec3b8fc92775c91ae3af7f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Aug 2024 12:53:02 -0400 Subject: [PATCH] doc PG 17 relnotes: fix pg_statistic_ext.stxstattarget ref. Reported-by: Kisoon Kwon Discussion: https://postgr.es/m/CAGOrKoVhjP_AeKGgzxWjRwdPqKL5Y-3TcVZoaz0bVTPwU8Yz+g@mail.gmail.com Backpatch-through: 17 only --- doc/src/sgml/release-17.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index e9cee92ff44..dfbf8a74cd4 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -269,7 +269,7 @@ Author: Peter Eisentraut Change pg_attribute.attstattarget and - pg_attribute.stxstattarget + pg_statistic_ext.stxstattarget to represent the default statistics target as NULL (Peter Eisentraut)