fix: allow owner permissions to create schemas on databases as they are made #27

Merged
anish merged 2 commits from fix-postgres-create-schema-perms into main 2026-09-08 19:17:27 +00:00
Owner

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

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
fix: allow owner permissions to create schemas on databases as they are made
Some checks failed
kennel/build build succeeded
kennel/deploy deployment healthy
CI / check (pull_request) Has been cancelled
CI / check-1 (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
2969ac0a47

Kennel Deployments

Torn down at 2026-09-08 19:17:28 UTC.

<!-- kennel-deployment --> ### Kennel Deployments Torn down at 2026-09-08 19:17:28 UTC.
fix: move comments to PR description
Some checks failed
kennel/build build succeeded
kennel/deploy deployment healthy
CI / build (pull_request) Successful in 4m23s
CI / check-1 (pull_request) Failing after 32m9s
CI / check (pull_request) Failing after 0s
73c3a44719
anish merged commit bb6122e662 into main 2026-09-08 19:17:27 +00:00
anish deleted branch fix-postgres-create-schema-perms 2026-09-08 19:17:27 +00:00
Sign in to join this conversation.
No description provided.