79203294

Date: 2024-11-19 11:57:29
Score: 2.5
Natty:
Report link

After restart your server you need to enable extension. After that you can query pg_stat_statements. Check documentation https://www.postgresql.com/docs/current/pgstatstatements.html

CREATE EXTENSION pg_stat_statements;
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RPA Developer