updated postgres_queries_slow.sql

pull/2/head
Hari Sekhon 4 years ago
parent 0f91d5c05e
commit 6a8ba45582

@ -16,6 +16,8 @@
-- PostgreSQL queries currently executing that have taken over 30 secs
--
-- a current snapshot alternative to slow query log
--
-- Tested on PostgreSQL 12.3
SELECT
now() - query_start as "runtime",

Loading…
Cancel
Save