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.
25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT pg_advisory_xact_lock(hashtext($1::text), $2)",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "pg_advisory_xact_lock",
|
|
"type_info": "Void",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "342a969404b51902b56dce23860e0aa2c42cd170d2b6aecd33b3390c05a09a76"
|
|
}
|