Re: ODBC connect in ERWin

From: Warren Vanichuk <pyber(at)street-light(dot)com>
To: Niral Trivedi <niral(dot)trivedi(at)insage(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Re: ODBC connect in ERWin
Date: 2001-01-12 23:10:56
Message-ID: Pine.LNX.4.21.0101121510060.15521-100000@urd.street-light.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

> But When I am trying to forward engineer that to my Remote PostgreSQL db I
> am getting ODBC error saying:
> 'Could not connect to the Server'
> 'Could not connect to remote socket'
>
> Now, I have already added 'host' line in 'pg_hba.conf' file to give access
> to the db from my machine as follows:

Have you added the -i option to the postmaster startup to tell it to use
TCP/IP sockets, rather than just the local sockets it sets up by default?

See: http://www.postgresql.org/docs/faq-english.html#3.7

Sincerely, Warren

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ed Loehr 2001-01-12 23:29:50 Re: ODBC connect in ERWin
Previous Message Niral Trivedi 2001-01-12 22:58:11 ODBC connect in ERWin

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2001-01-12 23:11:08 Re: Time Formats
Previous Message Mark Lane 2001-01-12 23:04:53 Fwd: Re: php, time and postgresql