aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/pg_wrapper/superuser.cpp
blob: 0dadf43a1b92ce63ae548fafa64aee480fe6d5a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "pg_compat.h"

extern "C" {
#include "miscadmin.h"
}

bool superuser_arg(Oid roleid)
{
    // TODO: make actual check
    return true;
}