Re: [INTERFACES] Odbc and Visual Basic - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject Re: [INTERFACES] Odbc and Visual Basic
Date
Msg-id 35448AFF.5A234B52@insightdist.com
Whole thread Raw
In response to Odbc and Visual Basic  (Sbragion Denis <infotecn@tin.it>)
Responses Re: [INTERFACES] Odbc and Visual Basic  (Sbragion Denis <infotecn@tin.it>)
List pgsql-interfaces
Hello,

This message is concerning the unique index problem.

There is an ODBC function called SQLStatistics which currently does not properly
handle reporting unique indexes.  It never has in the past either.  It assumed that
Postgres could not have unique indexes.  I have modified this function to return
correct information concerning unique indexes from the Postgres system tables.  I am
currently testing it.  A new driver will be up on the web site soon.

Regards,

Byron


pgsql-interfaces by date:

Previous
From: David Hartwig
Date:
Subject: Re: [INTERFACES] Odbc and Visual Basic
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: retrieving varchar size