vote up 3 vote down star
2

I am frustrated of not having a good Linux GUI administration and development tool for PostgreSQL.

pgAdmin III is buggy and unusable piece of... hmm, software, compared to Windows-only PostgreSQL Maestro and EMS PostgreSQL manager.

phpPgaAmin does not looks promising.

EMS PostgreSQL manager can work under Wine, but such setup have a number of issues.

Requirements are:

  1. Table data editing and browsing for large tables (1M+), able to jump by FK or some master-slave editing, GUI filtering and so on.
  2. ER diagrams with in-place schema editing
  3. Schema editing and browsing with all useful GUI support
  4. Schema changes log to put into DB versioning (migrations script).
  5. Tabbed interface to be able to work with a number of tables and SQL queries at once.

And so on.

Any ideas?

flag
This might be a better fit on ServerFault. – James McMahon May 22 at 14:57
@nemo - Is ServerFault out of private beta yet? – Jason Musgrove May 22 at 15:01
Which is "currently in private beta testing". Can't get in. – senotrusov May 22 at 15:04
Which version of pgAdmin3 are you using? I find that the newer releases are much less buggy. Also, the beta key for server fault is on the stack overflow blog. – Dana the Sane May 22 at 15:07
@Dana the Sane 1.8.4 The main problem with pgAdmin is mantra "at one time do things with one object". There are no tabs or something, multiple windows are limited. Navigating 200+ tables is painful. – senotrusov May 22 at 15:15
show 2 more comments

2 Answers

vote up 1 vote down

Have you tried Squirrel SQL?

http://squirrel-sql.sourceforge.net/

link|flag
All Java tools I see was, say, a little too abstracted from database and thus my particular needs. – senotrusov May 22 at 15:01
Understandable. It's a very generic, technology-agnostic tool, so I can see where that could be an issue. Have you tried Postgres Studio? – Stefan Kendall May 22 at 16:19
No, but the screenshot for Postgres Studio looks exactly the same as pgAdmin III, with the only different window title. – senotrusov May 22 at 17:55
vote up 0 vote down

Postgresql Tools

  • Phppgadmin - I think you should reevaluate your outright dismissal of this tool. It has a larger feature set than PgAdmin III and allows you to connect over the local socket rather than strictly over the tcp port via JDBC.
  • Aqua Data Studio - I used to use this tool quite often, but I'm unsure of its current status. It supports ER maps and has a number of features that are useful to developers.

I doubt you will find everything that you want in a single tool. I a lot of development using Postgresql and I still find myself the most efficent with a nice text editor and the command line psql tool.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.