sciabarracom opened a new issue, #151:
URL: https://github.com/apache/openserverless/issues/151

   ### Ⅰ. Issue Description
   databases created have by default the public schema that is now forbidden
   
   ### Ⅱ. Describe what happened
   if you do create table you get an error that the public schema is forbidden
   
   ### Ⅲ. Describe what you expected to happen
   create table with no issues
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   create table t(i)
   
   ### Ⅴ. Anything else we need to know?
   
   the script that creates new users should add:
   
   ```
   CREATE SCHEMA <user>_schema;
   ALTER ROLE <user> SET search_path TO <user>;
   ```
   
   ### Ⅵ. Environment:
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to