23 lines
408 B
JSON
23 lines
408 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT pg_advisory_xact_lock($1)",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "pg_advisory_xact_lock",
|
|
"type_info": "Void"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "a06e1d9f6f95e4c4c2b98310ebddcc9d963cc033582bf2e945e8bf3a301b4247"
|
|
}
|