PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "commands/seclabel.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "utils/rel.h"
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (dummy_seclabel_dummy) | |
static void | dummy_object_relabel (const ObjectAddress *object, const char *seclabel) |
void | _PG_init (void) |
Datum | dummy_seclabel_dummy (PG_FUNCTION_ARGS) |
Variables | |
PG_MODULE_MAGIC | |
void _PG_init | ( | void | ) |
Definition at line 47 of file dummy_seclabel.c.
References dummy_object_relabel(), and register_label_provider().
|
static |
Definition at line 25 of file dummy_seclabel.c.
References ereport, errcode(), errmsg(), ERROR, and superuser().
Referenced by _PG_init().
Datum dummy_seclabel_dummy | ( | PG_FUNCTION_ARGS | ) |
Definition at line 57 of file dummy_seclabel.c.
References PG_RETURN_VOID.
PG_FUNCTION_INFO_V1 | ( | dummy_seclabel_dummy | ) |
PG_MODULE_MAGIC |
Definition at line 20 of file dummy_seclabel.c.