Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reliable PostgreSQL IDE/Database Developer Tool

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.

  1. Tables, views, indexes, triggers
  2. SQL, plpgsql, and python procedures that return single values, set of values or tables
  3. SQL query and performance monitoring
  4. DB role management
  5. Good transaction support straight from GUI as well as support for BEGIN, COMMIT, etc

Any recommendations are welcome.

Edit: After many months we are still using EMS SQL Manager. I got used to certain shortcomings, some bug were fixed. I tried every possible PostgreSQL management program I could get my hands on and still in my opinion EMS SQL Manager is still the best.

like image 245
Mike Starov Avatar asked Jul 15 '10 21:07

Mike Starov


2 Answers

pgAdmin is a popular one. It's free, and it runs on Windows and Linux. It's been a while since I have used it but I found it to be quite stable. Wasn't fond of the procedure code editor - it worked, I just didn't like it (but now I can't remember why, it was probably a minor thing).

like image 128
FrustratedWithFormsDesigner Avatar answered Oct 21 '22 12:10

FrustratedWithFormsDesigner


Lightning Admin, commercial, postgreSQL and mysql, $50. The developer is very pro postgreSQL.

http://lightningadmin.com/

like image 37
ddowns Avatar answered Oct 21 '22 11:10

ddowns