Skip to content

Commit 30f4dd3

Browse files
committed
update utility
1 parent 09d7b56 commit 30f4dd3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

utilities/oedb_administration.sql

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@ __author__ = "Ludwig H
1111
SELECT pg_terminate_backend(pid)
1212
FROM pg_stat_activity
1313
WHERE usename = '';
14+
15+
SELECT *
16+
FROM pg_stat_activity;
17+
18+
19+
pg_stat_activity
20+
pg_stat_archiver
21+
pg_stat_bgwriter
22+
pg_stat_database
23+
pg_stat_all_tables
24+
pg_stat_sys_tables
25+
...
26+
pg_statio_all_tables
27+
pg_statio_sys_tables
28+
pg_statio_user_tables
29+
pg_statio_all_indexes
30+
pg_statio_sys_indexes

0 commit comments

Comments
 (0)