From: | jdassen(at)cistron(dot)nl (J(dot)H(dot)M(dot) Dassen (Ray)) |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: psql |
Date: | 2001-03-22 09:21:35 |
Message-ID: | slrn9bjh0v.rsf.jdassen@odin.cistron-office.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
[Please do not use HTML for email]
Tudor Gabriel PETRESCU <tpetrescu(at)idsms(dot)ca> wrote:
>I tried to acces my data base with the command:
>psql mydbname
>and I get the following error message:
>
>Connection to database 'mydbname' failed.
>connectDB() -- socket() failed: errno=3D106
>Addresses in the specified family cannot be used with this socket
There is a problem in the way the psql client tries to connect to the
database backend. Given that it's a socket-level problem (i.e. interaction
with the OS), you should provide details on the operating environment you're
running the client and the server in.
Ray
--
Windows 2001: "Oh my god, it is full of bugs"
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Yue | 2001-03-22 16:45:46 | RE: [JDBC] Lost in unicode? |
Previous Message | Tom Lane | 2001-03-22 02:55:36 | Re: Re: [SQL] I cannot vacuum |