"Andrus" <eetasoft(at)online(dot)ee> writes:
> 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
This seems like a serious regression in behavior. Why isn't the driver
returning the error string provided by libpq?
regards, tom lane