Can someone recommend a great IDE/Database Developer Tool for Postgres 8.4. We are currently using EMS SQL Manager but it has so many bugs and shortcomings that its getting on my nerves. I reported the bugs to EMS but they have not been fixed yet.
I wonder what do people use for PostgresSQL development? Windows/Linux, commercial/free, standalone/eclipse plug-in, it does not matter as much. I just want a reliable tool that works and does not blow up in my face.
On PostgreSQL DB we do and would like to have IDE support for.
- Tables, views, indexes, triggers
- SQL, plpgsql, and python procedures that return single values, set of values or tables
- SQL query and performance monitoring
- DB role management
- Good transaction support straight from GUI as well as support for BEGIN, COMMIT, etc
Any recommendations are welcome.