Locks
Queries with active exclusive locks
Queries with active exclusive locks
Pid | Relname | Transactionid | Granted | Query snippet | Mode | Age |
---|---|---|---|---|---|---|
6934 | true | /* ECTO_PSQL_EXTRAS: Total size of all indexes in MB */ SELECT sum(c.relpages::bigint*8192)::bigint AS size FROM pg_class c LEFT JOIN pg_namespace n ON (n.oid = c.relnamespace) WHERE n.nspname NOT IN ('pg_catalog', 'information_schema') AND n.nspname !~ '^pg_toast' AND c.relkind='i'; | ExclusiveLock | 0.005013 seconds |