Hi. I just wonder if it is okay to use the default public schema of a newly created database or if there are any drawbacks in using that? I only need one schema.
Hi! It’s definitely safe for normal use, but there are limitations with it currently. Specifically, you cannot change the visibility of it, so any user who has access to the database
can use the public
schema inside of it.