Mike Starov
Mike Starov

Reputation: 7306

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.

Upvotes: 8

Views: 8491

Answers (2)

ddowns
ddowns

Reputation: 316

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

http://lightningadmin.com/

Upvotes: 2

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).

Upvotes: 6

Related Questions