Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good PostgreSQL clients for linux? [closed]

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?

like image 873
senotrusov Avatar asked May 22 '09 14:05

senotrusov


People also ask

Is there a PostgreSQL client?

PostgreSQL is a "client-server" database, which is an architecture design used by most relational databases.

Is PostgreSQL outdated?

The PostgreSQL Global Development Group supports a major version for 5 years after its initial release. After its five year anniversary, a major version will have one last minor release containing any fixes and will be considered end-of-life (EOL) and no longer supported.

Is there a PostgreSQL workbench?

Install SQL Workbench for Postgres. SQL Workbench helps you manage different database systems without the need to master each of their proprietary tools in turn. Installing SQL Workbench is a straightforward process that can be completed in a few short steps.


2 Answers

Have you tried Squirrel SQL?

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

like image 150
Stefan Kendall Avatar answered Oct 09 '22 20:10

Stefan Kendall


At the moment I suggest the use of DBeaver (http://dbeaver.jkiss.org/download/) that supports the Postgres and many other databases.

[2016 update] Actually i'm using DataGrip https://www.jetbrains.com/datagrip/ is a tool developed by Intellij

like image 33
Leonardo Delfino Avatar answered Oct 09 '22 20:10

Leonardo Delfino