We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d7b56 commit 30f4dd3Copy full SHA for 30f4dd3
1 file changed
utilities/oedb_administration.sql
@@ -11,3 +11,20 @@ __author__ = "Ludwig H
11
SELECT pg_terminate_backend(pid)
12
FROM pg_stat_activity
13
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