> Is it possible to set up a security or access rights for ODBC connection?.
> Lately, I have experienced a problem whereby a user deleted a table from my
> DB2 Database. This user accesses the database via the ODBC connection.
It depends what you want. If you fill in configuration dialog for ODBC
username and password then it's impossible.
But you can configure ODBC without filling username an password and then
user have to fill username and password to connect to postgres (only once
per session) when he use ODBC connection. And in postgresql you can specify
users and their privileges.
Regards
Luf