|
5657 | 5657 | proargmodes => '{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}', |
5658 | 5658 | proargnames => '{pid,datid,pid,usesysid,application_name,state,query,wait_event_type,wait_event,xact_start,query_start,backend_start,state_change,client_addr,client_hostname,client_port,backend_xid,backend_xmin,backend_type,ssl,sslversion,sslcipher,sslbits,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,gss_auth,gss_princ,gss_enc,gss_delegation,leader_pid,query_id}', |
5659 | 5659 | prosrc => 'pg_stat_get_activity' }, |
| 5660 | +{ oid => '9555', |
| 5661 | + descr => 'statistics: statistics about currently active backends', |
| 5662 | + proname => 'pg_stat_get_backend_relations', prorows => '100', proisstrict => 'f', |
| 5663 | + proretset => 't', provolatile => 's', proparallel => 'r', |
| 5664 | + prorettype => 'record', proargtypes => 'int4', |
| 5665 | + proallargtypes => '{int4,int4,int8,timestamptz}', |
| 5666 | + proargmodes => '{i,o,o,o}', |
| 5667 | + proargnames => '{pid,pid,seq_scan,stats_reset}', |
| 5668 | + prosrc => 'pg_stat_get_backend_relations' }, |
5660 | 5669 | { oid => '6318', descr => 'describe wait events', |
5661 | 5670 | proname => 'pg_get_wait_events', procost => '10', prorows => '250', |
5662 | 5671 | proretset => 't', provolatile => 'v', prorettype => 'record', |
|
0 commit comments