aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/contrib.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-01-04 22:19:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-01-04 22:19:59 +0000
commit7466eeac61e2ce2af25d67d25d3ec60f0f0764da (patch)
treebdd3a7e45b62398c526ed51c781c859304c1d868 /doc/src/sgml/contrib.sgml
parent1efd5ff89b8bf841324245e75739800414cf47aa (diff)
downloadpostgresql-7466eeac61e2ce2af25d67d25d3ec60f0f0764da.tar.gz
postgresql-7466eeac61e2ce2af25d67d25d3ec60f0f0764da.zip
Add contrib/pg_stat_statements for server-wide tracking of statement execution
statistics. Takahiro Itagaki
Diffstat (limited to 'doc/src/sgml/contrib.sgml')
-rw-r--r--doc/src/sgml/contrib.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml
index ecc5a0b23e3..89fb5314fe6 100644
--- a/doc/src/sgml/contrib.sgml
+++ b/doc/src/sgml/contrib.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.10 2008/11/19 02:59:28 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.11 2009/01/04 22:19:59 tgl Exp $ -->
<appendix id="contrib">
<title>Additional Supplied Modules</title>
@@ -103,6 +103,7 @@ psql -d dbname -f <replaceable>SHAREDIR</>/contrib/<replaceable>module</>.sql
&pgfreespacemap;
&pgrowlocks;
&pgstandby;
+ &pgstatstatements;
&pgstattuple;
&pgtrgm;
&seg;