Problem to connect to PostgreSQL7.2.3 using UNIXODBC's datamanager - Mailing list pgsql-odbc

From lingjia
Subject Problem to connect to PostgreSQL7.2.3 using UNIXODBC's datamanager
Date
Msg-id 01af01c29b42$484f0440$4485a8c0@lit.org.sg
Whole thread Raw
List pgsql-odbc
Hi,
 
I have encountered a problem when I tried to use UnixODBC to connect to PostgreSQL7.2.3

Here are my ini files:
*********************************************************
[postgres@sv-ns postgres]$ cat /etc/odbc.ini
[postgre_test]
Description             = postgresql
Driver          = postgresql
Trace           = No
TraceFile               =
Database                = testing
Servername              = sv-ns
UserName                =
Password                =
Port            = 5432
Protocol                = 6.4
ReadOnly                = No
RowVersioning           = No
ShowSystemTables                = No
ShowOidColumn           = No
FakeOidIndex            = No
ConnSettings            =
************************************************************
[postgres@sv-ns postgres]$ cat /etc/odbcinst.ini
[postgresql]
Description             = Driver for postgresql
Driver          = /usr/local/pgsql/lib/libodbcpsql.so
Setup           = /usr/lib/libodbcpsqlS.so
FileUsage               = 1
CPTimeout               =
CPReuse         =
************************************************************
When I run DBManager, it says that:
"Could not connect to the server; could not connect to the remote socket."

The postgresql is running, I am able to browse and issue SQL statements on
the database using psql.  Did I miss sth here?

Thanks in advance!
 
 
Lingjia

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Errors in build psqlODBC
Next
From: lingjia
Date:
Subject: Re: Problem to connect to PostgreSQL7.2.3 using UNIXODBC's