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.
29 lines
818 B
JSON
29 lines
818 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n SELECT tablename AS \"tablename!\"\n FROM pg_tables\n WHERE schemaname = 'public'\n AND tablename LIKE 'notifications_%'\n AND tablename ~ '^notifications_[0-9]{4}_[0-9]{2}$'\n AND tablename < $1\n ORDER BY tablename\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "tablename!",
|
||
|
|
"type_info": "Name",
|
||
|
|
"origin": {
|
||
|
|
"Table": {
|
||
|
|
"table": "pg_tables",
|
||
|
|
"name": "tablename"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Name"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
true
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "5bbd14b11f29eb4b8f899ebb7c06530e8580fb8787e2b782fee25eef91c54945"
|
||
|
|
}
|