@aaPanel_Jose this is a bug report and feature request:
### Bug report:
In PostgreSQL, when we create a db, the user/role created is in all small characters.
So, say if I entered "myDbUser" [without quotes] as the database user, the user created will be "mydbuser" [without quotes]. This causes issue with django projects and many other projects for that matter where Database details are case-sensitive.
This is not much of a problem as we can simply update DB details in django's settings.py file and use all small characters but it would be really helpful if case-sensitivity is maintained or else a information in PostgreSQL Manager that all users and db name should be in small characters only will be helpful.
Note: I can't confirm if DB name itself has the same issue or not as it was already all small in my case. So, that needs to be checked.
### Feature request:
Similarly to PhpMyAdmin installer, also provide PgAdmin installer for PostgreSQL.
If possible, show both MySQL and PosgreSQL in Database page instead of maintaining a separate plugin for PostgreSQL.