]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 17 relnotes: fix pg_statistic_ext.stxstattarget ref.
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Aug 2024 16:53:02 +0000 (12:53 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Aug 2024 16:53:02 +0000 (12:53 -0400)
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

index e9cee92ff4424a4a642ffd5a7c1a0f0f26bb2eb8..dfbf8a74cd4d03b51837e0079cffaec12760e3c4 100644 (file)
@@ -269,7 +269,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
      Change <link
      linkend="catalog-pg-attribute"><structname>pg_attribute</structname>.<structfield>attstattarget</structfield></link>
      and
-     <structname>pg_attribute</structname>.<structfield>stxstattarget</structfield>
+     <structname>pg_statistic_ext</structname>.<structfield>stxstattarget</structfield>
      to represent the default statistics target as <literal>NULL</literal>
      (Peter Eisentraut)
      </para>