I have created a PostgreSQL database on Heroku. I have downloaded pgAdmin 4 on my macOS machine and I was able to connect pgAdmin to my remote Heroku database server instance I have just created. But now I can't do anything:
- The option to create a new database is disabled for me (Object -> Create -> Database)
- When I extend the
databasesnode, I can't see the database name created in Heroku. But I see a long list of database names for which I don't have access rights - Finally I can't write any SQL scripts; the SQL editor is read-only.
Basically I can't do nothing apart from starting the pgAdmin application.
I suppose it is a matter of my user privilege. But how can I change my user privilege if the SQL editor is read-only?
