From: Bruce Momjian Date: Fri, 16 Aug 2024 16:53:02 +0000 (-0400) Subject: doc PG 17 relnotes: fix pg_statistic_ext.stxstattarget ref. X-Git-Tag: REL_17_RC1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed4a84b7cb632d23cec3b8fc92775c91ae3af7f;p=thirdparty%2Fpostgresql.git 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 --- 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)