我一直在鎖定很長時間以獲取用戶的角色,因此我可以設置命令的權限。這是我的代碼。我在新版本中使用Discord.NET。 using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Ta
我想創建一個只讀的postgres角色,並且我希望該角色能夠使用不修改數據庫的函數,包括函數I可能會在未來創造。由於他們不修改數據庫(並滿足其他要求),我一直將這些函數標記爲STABLE或IMMUTABLE(如適用)。 有沒有辦法將STABLE和IMMUTABLE函數的默認執行權限授予角色?類似於alter default privileges in schema public grant sel
(第一,對不起我的英文不好) 我想知道如果有一個純PHP的方式,讓一個編輯器用戶編輯菜單。 此代碼允許編輯訪問外觀菜單,它工作正常。 // get the the role object
$role_object = get_role('editor');
// add capability to this role object
$role_object->add_cap('edit_t