1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Fix obsolete references to old-style contrib installation methods.

This commit is contained in:
Tom Lane
2011-02-14 01:10:44 -05:00
parent 2ee69ff65d
commit f1fb4b0e63
11 changed files with 50 additions and 42 deletions

View File

@@ -148,7 +148,7 @@
<para>
This view, and the function <function>pg_stat_statements_reset</>,
are available only in databases they have been specifically installed into
by running the <filename>pg_stat_statements.sql</> install script.
by installing the <literal>pg_stat_statements</> extension.
However, statistics are tracked across all databases of the server
whenever the <filename>pg_stat_statements</filename> module is loaded
into the server, regardless of presence of the view.