-- 1. Give ownership of the database to the app user
ALTERDATABASEcoderOWNERTOcoder;-- 2. Give ownership of the public schema to the app user
ALTERSCHEMApublicOWNERTOcoder;-- 3. Ensure the user has create permissions (Crucial for Postgres 15+)
GRANTUSAGE,CREATEONSCHEMApublicTOcoder;
Delete Page
Deleting the wiki page "Service:Coder" cannot be undone. Continue?