diff options
Diffstat (limited to 'doc/src/sgml/pgstattuple.sgml')
-rw-r--r-- | doc/src/sgml/pgstattuple.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/pgstattuple.sgml b/doc/src/sgml/pgstattuple.sgml index c50a777bc50..a657e80928c 100644 --- a/doc/src/sgml/pgstattuple.sgml +++ b/doc/src/sgml/pgstattuple.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/pgstattuple.sgml,v 1.5 2009/05/18 11:08:24 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/pgstattuple.sgml,v 1.6 2010/07/29 19:34:40 petere Exp $ --> <sect1 id="pgstattuple"> <title>pgstattuple</title> @@ -141,8 +141,7 @@ free_percent | 1.95 <para> <function>pgstatindex</function> returns a record showing information about a btree index. For example: - </para> - <programlisting> +<programlisting> test=> SELECT * FROM pgstatindex('pg_cast_oid_index'); -[ RECORD 1 ]------+------ version | 2 @@ -155,7 +154,8 @@ empty_pages | 0 deleted_pages | 0 avg_leaf_density | 50.27 leaf_fragmentation | 0 - </programlisting> +</programlisting> + </para> <para> The output columns are: |