I use SQL Server 2005, MySql, and Posgresql regularly. I'm tired of using Microsoft's SQL tool for SQL Server, phpMyAdmin for MySql, and pgAdmin for Postgres.
Is there a decent cross-platform GUI that I can use for all of these database servers? I don't care about the actual database administration part, I realize that each vendor's tool has specific functionality for administrative purposes. I just care about running queries on data. I prefer free, but if a good tool is going to cost me a little bit of money, that's fine.
Thanks!