psql -d appdb -c "CREATE EXTENSION IF NOT EXISTS pg_stat_statements;"
Enable the statement statistics extension
Installs pg_stat_statements, which records every executed statement with cumulative timings. To survive restarts it must also be listed in shared_preload_libraries in postgresql.conf. Requires superuser.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.