mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 05:23:09 +00:00
24 lines
449 B
JSON
24 lines
449 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT user_has_permission($1, 'voting.methods.manage', $2)",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "user_has_permission",
|
||
|
|
"type_info": "Bool"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid",
|
||
|
|
"Uuid"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
null
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "35b2d2fb4f7db1ce97557c01de71c96e64862e3955e1e2d5996581eb4b871f3d"
|
||
|
|
}
|