Correct the names of pgstattuple_approx output columns in the doc.
authorFujii Masao <fujii@postgresql.org>
Thu, 21 May 2015 11:51:52 +0000 (20:51 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 21 May 2015 11:51:52 +0000 (20:51 +0900)
doc/src/sgml/pgstattuple.sgml

index b31fee9b0e1f48675d4013b7e3bea306aa3dedf7..40a9669c90b9701442a14a60287e8e6e7c9cb8a9 100644 (file)
@@ -438,17 +438,17 @@ approx_free_percent  | 2.09
          <entry>Percentage of table scanned</entry>
         </row>
         <row>
-         <entry><structfield>tuple_count</structfield></entry>
+         <entry><structfield>approx_tuple_count</structfield></entry>
          <entry><type>bigint</type></entry>
          <entry>Number of live tuples (estimated)</entry>
         </row>
         <row>
-         <entry><structfield>tuple_len</structfield></entry>
+         <entry><structfield>approx_tuple_len</structfield></entry>
          <entry><type>bigint</type></entry>
          <entry>Total length of live tuples in bytes (estimated)</entry>
         </row>
         <row>
-         <entry><structfield>tuple_percent</structfield></entry>
+         <entry><structfield>approx_tuple_percent</structfield></entry>
          <entry><type>float8</type></entry>
          <entry>Percentage of live tuples</entry>
         </row>