pg stat statements module

From wikieduonline
Revision as of 09:19, 3 July 2023 by Welcome (talk | contribs) (Welcome moved page Pg stat statements to Pg stat statements module)
Jump to navigation Jump to search

pg_stat_statements [1] module


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

  • https://www.postgresql.org/docs/current/pgstatstatements.html
  • Advertising: