I need to dedect the case where database specified in connection string does
not exist.
Earlier odbc driver with Postgres 8.0 returns special error text in this
case:
FATAL: database "foo" does not exist
New ODBC driver with Postgres 8.1 returns the same error in all cases:
Could not connect to the server
How to determine is this error caused by non-existing database in cluster or
by other cause ?
Andrus