From 401f623c7b14890011b9bb9dda7639b1de4d40ad Mon Sep 17 00:00:00 2001
From: Michael Paquier
Date: Mon, 27 Jun 2022 15:33:39 +0900
Subject: doc: Mention attribute "inherited" in pg_stats_ext[_exprs]
These have been added in 269b532, but the documentation did not reflect
that.
Author: Noriyoshi Shinoda
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/DM4PR84MB17349C4E7D88A68264C18AF3EED69@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
---
doc/src/sgml/catalogs.sgml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index c00c93dd7be..25b02c4e37e 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -13408,6 +13408,17 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
+
+
+ inheritedbool
+ (references pg_statistic_ext_data.stxdinherit)
+
+
+ If true, the stats include inheritance child columns, not just the
+ values in the specified relation
+
+
+
n_distinctpg_ndistinct
@@ -13589,6 +13600,17 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
+
+
+ inheritedbool
+ (references pg_statistic_ext_data.stxdinherit)
+
+
+ If true, the stats include inheritance child columns, not just the
+ values in the specified relation
+
+
+
null_fracfloat4
--
cgit v1.2.3