fix: allow owner permissions to create schemas on databases as they are made #27
No reviewers
Labels
No labels
needs/docs
needs/research
needs/upstream
type/bug
type/external
type/feature
type/refactor
urgency
high
urgency
immediate
urgency
low
urgency
medium
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/kennel!27
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-postgres-create-schema-perms"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GRANT CREATE ON DATABASE is issued unconditionally so the explicit ACL entry exists; ownership-based implicit CREATE is not inherited through role membership in PostgreSQL, so without this the system user cannot run CREATE SCHEMA outside public.
Fix inspired as CMUGPT needs CREATE SCHEMA perms
Kennel Deployments
Torn down at 2026-09-08 19:17:28 UTC.