Postgres permissioning on Mac seems to have changed. For local use, superuser should be used, provided that each database has its own user, and doesn't have database create/delete permissions.
Should be clear that most restrictive permissions should be used for security, especially when using cloud database systems.
Postgres permissioning on Mac seems to have changed. For local use, superuser should be used, provided that each database has its own user, and doesn't have database create/delete permissions.
Should be clear that most restrictive permissions should be used for security, especially when using cloud database systems.