Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ sepgsql_schema_rename
Function
sepgsql_schema_rename
contrib/sepgsql/schema.c:228–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void
229
sepgsql_schema_rename(Oid namespaceId)
230
{
231
check_schema_perms(namespaceId,
232
SEPG_DB_SCHEMA__ADD_NAME |
233
SEPG_DB_SCHEMA__REMOVE_NAME,
234
true);
235
}
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