mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
700 B
JSON
22 lines
700 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT pg_total_relation_size(c.oid)::BIGINT AS \"size_bytes!\"\n FROM pg_class c\n JOIN pg_namespace n ON n.oid = c.relnamespace\n WHERE n.nspname = 'public'\n AND c.relkind = 'r'\n AND c.relname ~ '^audit_logs_[0-9]{4}_[0-9]{2}$'\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "size_bytes!",
|
|
"type_info": "Int8",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "b089ca7ce9f783e489d867ffd79e72c6c1aeeb7884b1ab41934995522fb46843"
|
|
}
|