Postgresql – Allowing new users to create new tables, columns, as well as deleting them in postgres DB
Currently running a self-managed postgresDB. I'm accessing via PGAdmin. I'm using the DB credentials for my FastAPI backend that runs alembic migrations. I'm seeing that the root user of the DB can create, delete, update tables and columns. But when…