pgadmin4
pgadmin4 copied to clipboard
Error message is displayed if user create new database with pgbouncer port 6432
Error message is displayed if user create new database with pgbouncer port 6432
To Reproduce
Steps to reproduce the behaviour:
- Install PostgreSQL 15 and Install pgbouncer through StackBuilder
- Launch pgAdmin4
- Add a New server
- Provide the name
- In the Connection field, select port 6432 and maintainceDB select postgres and add New server
- Server added successfully
- create new database pgbouncer
- Following error message is displayed: invalid command 'SET DateStyle=ISO; SET client_min_messages=notice; SELECT set_config('bytea_output','hex',false) FROM pg_settings WHERE name = 'bytea_output'; SET client_encoding='UTF8';', use SHOW HELP;
- create another database pgbouncer1
- Following error message is displayed: connection failed: :1), port 6432 failed: FATAL: no such database: pgbouncer1
Please note that databases should be created successfully through psql if port is 6432.
Expected behavior
If the user connects with pgbouncer 6432 port then the database should be created.
Screenshots
Desktop (please complete the following information):
- OS: [e.g. Windows 10, OSX monterey]
- Version: [e.g. 7.1]
- Mode: [All
- Package type: [Any]