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.
31 lines
809 B
JSON
31 lines
809 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT tablename AS \"tablename!\"\n FROM pg_tables\n WHERE schemaname = 'public'\n AND tablename LIKE $1\n AND tablename ~ $2\n AND tablename < $3\n ORDER BY tablename",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "tablename!",
|
|
"type_info": "Name",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "pg_tables",
|
|
"name": "tablename"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"Name"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "e59a1091343d758f57f87b1ff7b2343e539d65036ce58a928dd1cb4807b42bfe"
|
|
}
|