PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (load_test_pg_db_role_setting) | |
void | _PG_init (void) |
Datum | load_test_pg_db_role_setting (PG_FUNCTION_ARGS) |
Variables | |
PG_MODULE_MAGIC | |
static char * | superuser_param |
static char * | user_param |
void _PG_init | ( | void | ) |
Definition at line 29 of file test_pg_db_role_setting.c.
References DefineCustomStringVariable(), PGC_SUSET, PGC_USERSET, superuser_param, and user_param.
Datum load_test_pg_db_role_setting | ( | PG_FUNCTION_ARGS | ) |
Definition at line 54 of file test_pg_db_role_setting.c.
References PG_RETURN_VOID.
PG_FUNCTION_INFO_V1 | ( | load_test_pg_db_role_setting | ) |
PG_MODULE_MAGIC |
Definition at line 18 of file test_pg_db_role_setting.c.
|
static |
Definition at line 22 of file test_pg_db_role_setting.c.
Referenced by _PG_init().
|
static |
Definition at line 23 of file test_pg_db_role_setting.c.
Referenced by _PG_init().