[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] dbi:Pg DSN remote postgresql database connections
> Yes, tcpip_socket = true is in interchange.cfg
That should be postgresql.conf.
-Matthew
Matthew J. Harmon wrote:
> Overview: remote PostgreSQL connections over TCP/IP instead of UNIX
> sockets are failing.
>
> Summary: Although everything appears correctly configured, Interchange
> keeps trying local socket connections even when I specify a host and
> port in the DBI DSN. The Postgres database is on another server, on the
> same network, all ports are available, command line perl connections
> work, telnet connections succeed.
>
> Yes, tcpip_socket = true is in interchange.cfg