Commit cad37089 authored by Fujii Masao's avatar Fujii Masao

Correct the names of pgstattuple_approx output columns in the doc.

parent 85d0e661
...@@ -438,17 +438,17 @@ approx_free_percent | 2.09 ...@@ -438,17 +438,17 @@ approx_free_percent | 2.09
<entry>Percentage of table scanned</entry> <entry>Percentage of table scanned</entry>
</row> </row>
<row> <row>
<entry><structfield>tuple_count</structfield></entry> <entry><structfield>approx_tuple_count</structfield></entry>
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry>Number of live tuples (estimated)</entry> <entry>Number of live tuples (estimated)</entry>
</row> </row>
<row> <row>
<entry><structfield>tuple_len</structfield></entry> <entry><structfield>approx_tuple_len</structfield></entry>
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry>Total length of live tuples in bytes (estimated)</entry> <entry>Total length of live tuples in bytes (estimated)</entry>
</row> </row>
<row> <row>
<entry><structfield>tuple_percent</structfield></entry> <entry><structfield>approx_tuple_percent</structfield></entry>
<entry><type>float8</type></entry> <entry><type>float8</type></entry>
<entry>Percentage of live tuples</entry> <entry>Percentage of live tuples</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment