File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ select
2
+ *
3
+ from
4
+ pg_stat_monitor
5
+ where
6
+ false;
7
+ bucket | bucket_start_time | userid | datname | client_ip | queryid | toplevel | top_queryid | query | comments | planid | query_plan | top_query | application_name | relations | cmd_type | cmd_type_text | elevel | sqlcode | message | calls | total_exec_time | min_exec_time | max_exec_time | mean_exec_time | stddev_exec_time | rows_retrieved | plans_calls | total_plan_time | min_plan_time | max_plan_time | mean_plan_time | stddev_plan_time | shared_blks_hit | shared_blks_read | shared_blks_dirtied | shared_blks_written | local_blks_hit | local_blks_read | local_blks_dirtied | local_blks_written | temp_blks_read | temp_blks_written | blk_read_time | blk_write_time | resp_calls | cpu_user_time | cpu_sys_time | wal_records | wal_fpi | wal_bytes | state_code | state
8
+ --------+-------------------+--------+---------+-----------+---------+----------+-------------+-------+----------+--------+------------+-----------+------------------+-----------+----------+---------------+--------+---------+---------+-------+-----------------+---------------+---------------+----------------+------------------+----------------+-------------+-----------------+---------------+---------------+----------------+------------------+-----------------+------------------+---------------------+---------------------+----------------+-----------------+--------------------+--------------------+----------------+-------------------+---------------+----------------+------------+---------------+--------------+-------------+---------+-----------+------------+-------
9
+ (0 rows)
10
+
Original file line number Diff line number Diff line change
1
+ select
2
+ *
3
+ from
4
+ pg_stat_monitor
5
+ where
6
+ false;
You can’t perform that action at this time.
0 commit comments