I recommend that you can try Squirrel SQL.
(http://squirrel-sql.sourceforge.net/index.php?page=screenshots)

It is a SQL tool based on JVM. You can execute it whether on Linux or
WIndow, even MAC.
It use JDBC to connect Database. So that you can install differet JDBC
Driver to connect to different databases, such as Oracle (Thin Driver) ,
PostgreSQL (Pg JDBC), MS-SQL ( JTDS ) and so on.

Beside DDL oprations, I also use it to copy data in order to build sandbox
environment. Select the table, Right click and Copy it, then Paste it. Only
three steps to create a new table with data for test or development
purpose. Some nice facilities I often used are rotated table, view metadata
and monitor server performance. Yes, it can also export the data you
fetched as Excel or CVS file.

Try it and you will love it !


Regards,
Chingyuan

On Thu, Jul 27, 2017 at 9:31 AM, Joshua D. Drake <j...@commandprompt.com>
wrote:

> On 07/26/2017 05:58 PM, Tim Uckun wrote:
>
>> I am waiting till pgadmin4 gets a bit faster. It seems kind of slow on my
>> mac.
>>
>
> PostgreSQL Studio
> Navicat
> EMS PostgreSQL Manager
> PgAdmin3 LTS (BigSQL)
>
> JD
>
>
> --
> Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc
>
> PostgreSQL Centered full stack support, consulting and development.
> Advocate: @amplifypostgres || Learn: https://pgconf.us
> *****     Unless otherwise stated, opinions are my own.   *****
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

Reply via email to