import-email-addresses #86

Merged
hsh-michaelhoennig merged 18 commits from import-email-addresses into master 2024-08-12 12:06:12 +02:00
Showing only changes of commit 69e296c3b5 - Show all commits

View File

@ -126,7 +126,7 @@ SELECT calls,
query query
FROM statements FROM statements
WHERE calls > 100 AND shared_blks_hit > 0 WHERE calls > 100 AND shared_blks_hit > 0
ORDER BY total_exec_time_mins DESC ORDER BY total_exec_time DESC
LIMIT 16; LIMIT 16;
``` ```