MCPcopy Create free account
hub / github.com/apache/cloudberry / sepgsql_schema_add_name

Function sepgsql_schema_add_name

contrib/sepgsql/schema.c:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void
217sepgsql_schema_add_name(Oid namespaceId)
218{
219 check_schema_perms(namespaceId, SEPG_DB_SCHEMA__ADD_NAME, true);
220}
221
222void
223sepgsql_schema_remove_name(Oid namespaceId)

Callers 2

sepgsql_relation_setattrFunction · 0.85
sepgsql_proc_setattrFunction · 0.85

Calls 1

check_schema_permsFunction · 0.85

Tested by

no test coverage detected