1
vote
0answers
26 views

MySQL Federated acces to PostgreSQL table

For example 2 DBases: DBMS Postgresql DBMS MySQL In each DB include one DB and one table in it. Can I work with table in PostgreSQL through MySQL? Is it possible to link as federated postgresql ...
2
votes
3answers
229 views

Can I limit access to postgresql 8.4 databases via ODBC on the server side?

I have a bit of a tricky problem at the moment that I could really use some help to solve. I'll do my best to explain it but please feel free to ask questions :-) We have a postgresql 8.4 database ...