Session manager
Turn combobox for databases in session manager into a drop down menu, and allow multiple checked items. See http://www.heidisql.com/forum.php?t=15081
Still having this problem in HeidiSQL 11.3 and PostgreSQL.
I cannot select multiple databases in the drop menu. If I use semicolons to manually enter multiple databases I get the same error reported by Efim.
Any workarounds ? Can I bypass this UI and force this parameter somewhere ?
You can't, in PostgreSQL mode. That "Database" (not "Databases" by the way) is used in the connection string, and has to contain a single database, like documented: https://www.postgresql.org/docs/9.4/libpq-connect.html#LIBPQ-CONNSTRING
Indeed, I did not see that the database field's label turns to singular when PostgreSQL is selected. My bad.
However I was lead into error by the placeholder text "Separated by semicolon" of the "Database" field. I though it meant that I could enter multiple databases names.
Fix misleading text hint on databases input in PostgreSQL mode. See https://www.heidisql.com/forum.php?t=15081#p38577
Please login to leave a reply, or register at first.