Difference between revisions of "Pg stat statements module"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
== See also == | == See also == | ||
* {{pg_stat}} | * {{pg_stat}} | ||
− | * {{PostgreSQL}} | + | * {{PostgreSQL extensions}} |
[[Category:PostgreSQL]] | [[Category:PostgreSQL]] |
Revision as of 11:51, 11 May 2023
https://www.postgresql.org/docs/14/pgstatstatements.html
SELECT queryid, query from pg_stat_statements where query like 'YOUR_QUERY_GOES_HERE'
CREATE EXTENSION pg_stat_statements;
CREATE EXTENSION IF NOT EXISTS pg_stat_statements WITH SCHEMA public;
ERROR: relation pg_stat_statements does not exist at character 18
Related
See also
Advertising: