Just preparing to start exploring Render Postgresql for the first time and wondering what types of permissions would need to be set on a new database?
i.e. What permissions does the new user have when you create a database.
Is it a superuser, and therefore would you need to take care of the majority of permissions administration for the database? Or, is it a user with less privileges?
Yes, the default user will have a lot of privileges, but it’s not a superuser. You’d likely want to retain the default as an admin-like user and create others with less permission as required for your use-case.