Warning: Undefined property: stdClass::$access_token in /home/c6693383/public_html/hirooooo-lab.com/wp/wp-content/plugins/yyi-rinker/yyi_rinker_main.php on line 2322
Warning: Undefined property: stdClass::$access_token in /home/c6693383/public_html/hirooooo-lab.com/wp/wp-content/plugins/yyi-rinker/yyi_rinker_main.php on line 2322
SELECT
procpid,
start,
now() - start AS lap,
current_query
FROM
(SELECT
backendid,
pg_stat_get_backend_pid(S.backendid) AS procpid,
pg_stat_get_backend_activity_start(S.backendid) AS start,
pg_stat_get_backend_activity(S.backendid) AS current_query
FROM
(SELECT pg_stat_get_backend_idset() AS backendid) AS S
) AS S
WHERE
current_query <> ''
ORDER BY
lap DESC;
コメント