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

Function command_roles_info

pg_documentdb/src/commands/roles.c:175–183  ·  view source on GitHub ↗

* Implements rolesInfo command, which will be implemented in the future. */

Source from the content-addressed store, hash-verified

173 * Implements rolesInfo command, which will be implemented in the future.
174 */
175Datum
176command_roles_info(PG_FUNCTION_ARGS)
177{
178 pgbson *rolesInfoSpec = PG_GETARG_PGBSON(0);
179
180 Datum response = roles_info(rolesInfoSpec);
181
182 PG_RETURN_DATUM(response);
183}
184
185
186/*

Callers

nothing calls this directly

Calls 1

roles_infoFunction · 0.85

Tested by

no test coverage detected