summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-08-16 12:53:02 -0400
committerBruce Momjian <bruce@momjian.us>2024-08-16 12:53:02 -0400
commit0ed4a84b7cb632d23cec3b8fc92775c91ae3af7f (patch)
tree05535c55f5f7892467c7c5c4be35e70fc8294150
parent47b47a5617fa0c49e5d8788d5f1150c21485f3ff (diff)
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
-rw-r--r--doc/src/sgml/release-17.sgml2
1 files changed, 1 insertions, 1 deletions
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 <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>