by tgl@[EMAIL PROTECTED]
(Tom Lane)
Feb 2, 2008 at 12:45 PM
"Tore Lukashaugen" <tore@[EMAIL PROTECTED]
> writes:
> I am attempting to pull data into excel through odbc from postgres 8.2
running on vista.
> The test connection from the ODBC data source administration is
succesful, but when I attempt to connect through Excel it gives me the
following error: 'Unable to obtain list of tables from the data source'.
Which ODBC driver are you using? It sounds like it's not compatible
with this version of Postgres, but it's hard to say more than that.
Looking into the postmaster log to see what the server thinks went wrong
might be instructive.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match