updated postgres_stale_connections.sql

pull/2/head
Hari Sekhon 4 years ago
parent 98eb78925b
commit 96eb94d3c1

@ -15,6 +15,10 @@
-- List PostgreSQL stale connections that have been idle > 10 mins
--
-- Can be used to kill connections using the pids returned, eg.
--
-- SELECT pg_terminate_backend(pid)
--
-- Tested on PostgreSQL 12.3
SELECT

Loading…
Cancel
Save