Method to Connect All Databases For PostgreSQL?

ghostman's profile image ghostman posted 2 years ago in General Permalink

Hello All,

I have a virtual machine that has 9 databases (PostgreSQL 14). What i want is to connect all databases at once. I know that libpq is allowing us to connect only 1 database per connection, but is there a way to connect multiple?(all of them if possible)

ansgar's profile image ansgar posted 2 years ago Permalink

You can configure one session for each database, and open these. Anyway if these are PostgreSQL, MySQL or whatever.

Just click the connect button to open another session.

Description

Please login to leave a reply, or register at first.