Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-28 Thread rakeshkumar464
You can try DBeaver. It is a generic GUI tool which works with practically all RDBMS. It is java based, and I find it bit slow. However judging by the frequent updates I get, it seems to be very active. -- View this message in context:

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-28 Thread Tim Uckun
I don't run windows so I haven't looked at the EMS product. On Fri, Jul 28, 2017 at 6:53 PM, vinny wrote: > On 2017-07-28 06:31, Tim Uckun wrote: > >> I think it's funny that after all these years pgadmin3 is still the >> most comprehensive GUI for postgres. >> > > Have you

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-28 Thread vinny
On 2017-07-28 06:31, Tim Uckun wrote: I think it's funny that after all these years pgadmin3 is still the most comprehensive GUI for postgres. Have you looked at EMS SQL-Manager, I don't remember PgAdmin having any where near hte features that it has :-P Even though it's prone to crashing

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-27 Thread Tim Uckun
I think it's funny that after all these years pgadmin3 is still the most comprehensive GUI for postgres. Even though it's prone to crashing on my machine and I have paid for datagrip I still reach for it first. On Fri, Jul 28, 2017 at 2:46 AM, vinny wrote: > On 2017-07-27

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-27 Thread vinny
On 2017-07-27 00:41, Tiffany Thang wrote: Hi, I'm new to PostgreSQL. I'm looking for a developer tool that works similarly to TOAD or SQL Developer for Oracle/MySQL which would allow me to view and make DDL changes to database objects and create data models. It would be a plus if I can use the

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-27 Thread Tiffany Thang
Thanks everyone for your input! On Thu, Jul 27, 2017 at 3:48 AM, Thore Boedecker wrote: > On 26.07.17 - 18:41, Tiffany Thang wrote: > > Hi, > > I'm new to PostgreSQL. I'm looking for a developer tool that works > > similarly to TOAD or SQL Developer for Oracle/MySQL which would

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-27 Thread Thore Boedecker
On 26.07.17 - 18:41, Tiffany Thang wrote: > Hi, > I'm new to PostgreSQL. I'm looking for a developer tool that works > similarly to TOAD or SQL Developer for Oracle/MySQL which would allow me to > view and make DDL changes to database objects and create data models. It > would be a plus if I can

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread JingYuan Chen
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

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread rob stone
On Wed, 2017-07-26 at 18:31 -0700, Joshua D. Drake 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 > > If

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread Reid Thompson
See dbeaver. http://dbeaver.jkiss.org community and Enterprise editions are free and it's very good -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread Joshua D. Drake
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

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread Tim Uckun
* Tim Uckun <timuc...@gmail.com> > *To:* Tiffany Thang <tiffanyth...@gmail.com> > *Cc:* pgsql-general <pgsql-general@postgresql.org> > *Sent:* Thursday, July 27, 2017 11:34 AM > *Subject:* Re: [GENERAL] Developer GUI tools for PostgreSQL > > I still use pgadmi

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread Tim Uckun
I still use pgadmin3. I also have a subscription to the jetbrains tools so I also give datagrip a try once in a while. Datagrip has a lot going for it but it's lagging behind pgadmin3 is a lot of ways so it hasn't replaced it for me. On Thu, Jul 27, 2017 at 10:41 AM, Tiffany Thang

Re: [GENERAL] Developer GUI tools for PostgreSQL

2017-07-26 Thread marcelo
You can try SQL Manager for PostgreSql. The Lite edition is enough ans it's free. It's fast, secure and very friendly. On 26/07/17 19:41, Tiffany Thang wrote: Hi, I'm new to PostgreSQL. I'm looking for a developer tool that works similarly to TOAD or SQL Developer for Oracle/MySQL which would