You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/xml/queries.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@
124
124
<blindquery="SELECT DISTINCT(query) FROM pg_stat_activity WHERE query != '<IDLE>' OFFSET %d LIMIT 1"count="SELECT COUNT(DISTINCT(query)) FROM pg_stat_activity WHERE query != '<IDLE>'"/>
125
125
</statements>
126
126
<dbs>
127
-
<inbandquery="SELECT schemaname FROM pg_tables"/>
127
+
<inbandquery="SELECT DISTINCT(schemaname) FROM pg_tables"/>
128
128
<blindquery="SELECT DISTINCT(schemaname) FROM pg_tables OFFSET %d LIMIT 1"count="SELECT COUNT(DISTINCT(schemaname)) FROM pg_tables"/>
0 commit comments