1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

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
This commit is contained in:
Bruce Momjian 2024-08-16 12:53:02 -04:00
parent 47b47a5617
commit 0ed4a84b7c

View 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>