Difference between revisions of "Pg stat activity"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
*<code>select count(*) from [[pg_stat]]_activity where query like '[[autovacuum]]:%';</code>
+
select count(*) from [[pg_stat]]_activity where query like '[[autovacuum]]:%';
 
+
count
 +
-------
 +
      0
 +
(1 row)
  
 
== Related terms ==
 
== Related terms ==

Revision as of 10:03, 10 August 2021

Advertising: