Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
void
217
sepgsql_schema_add_name(Oid namespaceId)
218
{
219
check_schema_perms(namespaceId, SEPG_DB_SCHEMA__ADD_NAME, true);
220
}
221
222
void
223
sepgsql_schema_remove_name(Oid namespaceId)
Callers
2
sepgsql_relation_setattr
Function · 0.85
sepgsql_proc_setattr
Function · 0.85
Calls
1
check_schema_perms
Function · 0.85
Tested by
no test coverage detected