How to connect with create/drop database rights?
I see that there is a the neondb / neondb_user created by default.
Is this use an admin user on psql? I mean, how do I connect such that I can create/drop a database?
1 Reply
afraid-scarletOP•7mo ago
Found it:
Your Postgres role and roles created in the Neon Console, API, and CLI are granted membership in the neon_superuser role. Roles created with SQL from clients like psql, pgAdmin , or the Neon SQL Editor are only granted the basic public schema privileges