mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
24 lines
426 B
JSON
24 lines
426 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT approve_registration($1, $2)",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "approve_registration",
|
|||
"type_info": "Uuid"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": [
|
|||
null
|
|||
]
|
|||
},
|
|||
"hash": "89804ccea9075b137f7c7e47917f3477f770dfd7550ab97060b981849618a201"
|
|||
}
|