MCPcopy Create free account
hub / github.com/documentdb/documentdb / command_drop_role

Function command_drop_role

pg_documentdb/src/commands/roles.c:161–169  ·  view source on GitHub ↗

* Implements dropRole command. */

Source from the content-addressed store, hash-verified

159 * Implements dropRole command.
160 */
161Datum
162command_drop_role(PG_FUNCTION_ARGS)
163{
164 pgbson *dropRoleSpec = PG_GETARG_PGBSON(0);
165
166 Datum response = drop_role(dropRoleSpec);
167
168 PG_RETURN_DATUM(response);
169}
170
171
172/*

Callers

nothing calls this directly

Calls 1

drop_roleFunction · 0.85

Tested by

no test coverage detected