From cad3708960ef2da237b93f835d706197f16e5492 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 21 May 2015 20:51:52 +0900 Subject: [PATCH] Correct the names of pgstattuple_approx output columns in the doc. --- doc/src/sgml/pgstattuple.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index b31fee9b0e1..40a9669c90b 100644 --- a/doc/src/sgml/pgstattuple.sgml +++ b/doc/src/sgml/pgstattuple.sgml @@ -438,17 +438,17 @@ approx_free_percent | 2.09 Percentage of table scanned - tuple_count + approx_tuple_count bigint Number of live tuples (estimated) - tuple_len + approx_tuple_len bigint Total length of live tuples in bytes (estimated) - tuple_percent + approx_tuple_percent float8 Percentage of live tuples -- 2.39.5