When using a Windows 10 Heidi SQL installation and attempting to connect to a remote (AWS RDS) PostgreSQL DB using the remote IP address and port 5432 the attempt fails with the following "Connection failed" message:
connection to server at "127.0.0.1", port 3307 failed: Connection refused (0x0000274D/10061) Is the server running on that host and accepting TCP/IP connections?
Since the connection is configured as a PostgreSQL type using the libpq15.dll library, with the remote AWS RDS instance IP address and port 5432, why in the world is Heidi trying to connect on 127.0.0.1:3307, which would be a locally running MySQL server?