Re: PSQL Working, but PGAccess Not Connecting. - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: PSQL Working, but PGAccess Not Connecting.
Date
Msg-id 3985148A.F9B51A00@flex.ro
Whole thread Raw
In response to JDBC driver GREATLY speeded up by trivial fix  (William Chesters <williamc@paneris.org>)
List pgsql-interfaces
Tom Lane wrote:
> 
> "David Lloyd-Jones" <david.lloyd-jones@attcanada.ca> writes:
> > than one can read them) but I don't see how this adds up: I'm not on a
> > network, and PSQL, which is a front end to PostgreSQL, just like PGAccess is
> > supposed to be, is running fine.
> 
> By default, psql connects via a Unix-socket path, not by TCP.  PGAccess
> is written differently and always tries to connect by TCP.  If you try
> to start psql with "-h localhost" or some such, it will try TCP and
> fail in the same way ...

BTW, is there a way to connect to PostgreSQL with libpgtcl with
Unix-socket?
Any parameters? In that case I can try changing PgAccess to connect in
both ways!

-- 
Constantin Teodorescu
General Investment Group
Braila, ROMANIA


pgsql-interfaces by date:

Previous
From: Grant Finnemore
Date:
Subject: Re: Access and Postgres question.
Next
From: "Oliver Elphick"
Date:
Subject: Re: PSQL Working, but PGAccess Not Connecting.