Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
void
223
sepgsql_schema_remove_name(Oid namespaceId)
224
{
225
check_schema_perms(namespaceId, SEPG_DB_SCHEMA__REMOVE_NAME, true);
226
}
227
228
void
229
sepgsql_schema_rename(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