We use psqlODBC driver through unixODBC driver to access postgres database. The unixODBC version is:
# odbcinst --version
unixODBC 2.2.14
So does this mean ODBC version is v2.0
?
But in psqlODBC code I see that default ODBC version set to v3.0
(i.e. 0300).
Now I am confused with these versions. Till I was assuming its v2.0
. How do I know whether I am using ODBC v2.0
or v3.0
?