Re: AWL: postgres odbc woes, continued .......

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Byron Nikolaidis <byronn(at)insightdist(dot)com>
Cc: applixware-list(at)applix(dot)com, Postgres Interfaces Mailing List <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: AWL: postgres odbc woes, continued .......
Date: 1999-01-15 15:22:04
Message-ID: 369F5D1C.986EAFFA@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> This is a physical socket connection problem. The Socket Info (above)
> shows errornumber=4, which is a failure in the connect()
> system call. At this point in communications, protocol has not have
> come into play yet.
> I would suggest checking to see if the postmaster is running with -i,
> and can connect from the machine, and all that network jazz.

I copied the older version's source code to the new tree and it worked
fine. No other changes, and I left postmaster running in between these
tests.

Are there any things to look at that a successful psql would not be
testing? I've also tried psql -h localhost...

- Tom

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1999-01-15 15:44:55 Re: AWL: postgres odbc woes, continued .......
Previous Message Byron Nikolaidis 1999-01-15 14:23:16 Re: AWL: postgres odbc woes, continued .......