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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user