aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgstattuple.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/pgstattuple.sgml')
-rw-r--r--doc/src/sgml/pgstattuple.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml
index b6a5f19e706..e98e04fa2fd 100644
--- a/doc/src/sgml/pgstattuple.sgml
+++ b/doc/src/sgml/pgstattuple.sgml
@@ -119,13 +119,13 @@ free_percent | 1.95
</table>
<note>
- <para>
- The <literal>table_len</literal> will always be greater than the sum
- of the <literal>tuple_len</literal>, <literal>dead_tuple_len</literal>
- and <literal>free_space</literal>. The difference is accounted for by
- fixed page overhead, the per-page table of pointers to tuples, and
- padding to ensure that tuples are correctly aligned.
- </para>
+ <para>
+ The <literal>table_len</literal> will always be greater than the sum
+ of the <literal>tuple_len</literal>, <literal>dead_tuple_len</literal>
+ and <literal>free_space</literal>. The difference is accounted for by
+ fixed page overhead, the per-page table of pointers to tuples, and
+ padding to ensure that tuples are correctly aligned.
+ </para>
</note>
<para>