Problem with the connection using.odbc.ini - Mailing list pgsql-sql

From Bjorn Segers (dig)
Subject Problem with the connection using.odbc.ini
Date
Msg-id 000801bf7314$a78d51e0$a001a8c0@secure.virtualunlimited.com
Whole thread Raw
List pgsql-sql
Hi,
 
I have a problem with the connection to a database.
I am using postgresql.
This is my .odbc.ini-file:
 
[ODBC Data Sources]
beehive = Read/Write DB
 
[beehive]
Driver = /usr/lib/libpsqlodbc.so
Servername = beehive.secure....
Database = beehive
Userid = postgres
 
[ODBC]
InstallDir = /opt/Beeyond/data
 
I know the driver is loaded, the servername is correct, the database is correct and the Userid is correct.
But I still get the message:
 
SQLSTATE = 28000
        no Postgres username specified in the startup packet.
 
Can you tell me what the startup packet is, or what is missing in my .odbc.ini-file?
 
Greeting,
bjorn segers

pgsql-sql by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: Bug#57466: select ... except fails when there are nulls in second clause
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Re: Bug#57466: select ... except fails when there are nulls in second clause