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

Function sepgsql_schema_remove_name

contrib/sepgsql/schema.c:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void
223sepgsql_schema_remove_name(Oid namespaceId)
224{
225 check_schema_perms(namespaceId, SEPG_DB_SCHEMA__REMOVE_NAME, true);
226}
227
228void
229sepgsql_schema_rename(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