"Rony Khoury" <rkrk@hotmail.com> writes:
> I read in the mailling list archive something about the possibility of using
> SSL to do transactions through an encrypted tunel.
> Did any one manage to do that?
I do not think ODBC has any support for SSL (though I might be wrong).
However, if you can set up an SSH tunnel then you can pass the Postgres
connection through that, without any special cooperation from either
the ODBC or Postgres server side.
regards, tom lane