84

coming back to postgresql after several years of oracle ...

what are the state-of-the art postgresql administrative/ddl generating/data inserting frontends on windows? it would be nice if it had integration for postgis as well. it should be standalone or alternatively a plugin for intellij idea

thinking back, all the windows programs specific for postgresql i have used were crap, especially PGAdmin. had it become better?

Braiam
  • 1
  • 11
  • 47
  • 78
Andreas Petersson
  • 16,248
  • 11
  • 59
  • 91
  • 2
    For questions like these, I think sometimes the best place to look is http://alternativeto.net – newenglander Apr 13 '12 at 09:51
  • Here is a [list of software available](http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools#Open_Source_.2F_Free_Software) Trying out LibreOffice right now and it seems to work well with PostgreSQL – Oleg Dec 12 '12 at 16:12
  • very funny of you to close a question from '08 at the end of '12 – Andreas Petersson Dec 30 '12 at 15:11
  • yep pgadmin is crap, I don't know why some devs force advice to use it :( – Marecky Apr 27 '15 at 20:21
  • 4
    As an alternative to pgadmin we have been writing http://sqlectron.github.io/ its open source – krolow Dec 02 '15 at 22:06
  • Really enjoying using this. *so* much better than the horribly slow, unstable PGAdmin III – Simon Woolf Mar 17 '16 at 14:20
  • [dbForge Studio for PostgreSQL](https://www.devart.com/dbforge/postgresql/studio/) is released! – Devart Mar 23 '18 at 09:49

9 Answers9

24

do you mean something like pgAdmin for administration?

Milen A. Radev
  • 60,241
  • 22
  • 105
  • 110
Arthur Thomas
  • 5,088
  • 1
  • 25
  • 31
16

I like Postgresql Maestro. I also use their version for MySql. I'm pretty statisfied with their product. Or you can use the free tool PgAdmin.

Francis B.
  • 7,018
  • 2
  • 32
  • 54
10

I heartily recommended dbVis. The client runs on Mac, Windows and Linux and supports a variety of database servers, including PostgreSQL.

jwfearn
  • 28,781
  • 28
  • 95
  • 122
  • There's also a free version of DbVisualizer. – newenglander Jul 22 '11 at 13:37
  • @newenglander: yes, the free version is very good. That's what I use. – jwfearn Jul 27 '11 at 21:18
  • 2
    free version is somewhat crap. ok if all you need is only basic functionality – Imre L Mar 14 '12 at 00:34
  • The free version used to be better (you could have open multiple SQL files) but recent versions are now limited to one file open at a time. But it's still solid and for a FREE tool, it's very high quality. Of course there are more features in the pay version. – jwfearn Mar 27 '12 at 21:06
  • I agree, the free version of dbVis works very well. Thanks for the hint. – Chris Tophski Apr 18 '19 at 13:37
9

Actually there is a freeware version of EMS's SQL Manager which is quite powerful

amrtn
  • 587
  • 4
  • 10
6

I recommend Navicat strongly. What I found particularly excellent are it's import functions - you can import almost any data format (Access, Excel, DBF, Lotus ...), define a mapping between the source and destination which can be saved and is repeatable (I even keep my mappings under version control).

I have tried SQLMaestro and found it buggy (particularly for data import); PGAdmin is limited.

Will
  • 877
  • 11
  • 25
4

For anyone looking for a web-enabled client for Postgres, I'll just put the link out here to TeamPostgreSQL, a very polished AJAX web client for pg:

http://www.teampostgresql.com

johny
  • 41
  • 1
3

EMS's SQL Manager is much easier to use and has many more features than either phpPgAdmin or PG Admin III. However, it's windows only and you have to pay for it.

Herge
  • 20,857
  • 4
  • 23
  • 17
1

SQLExplorer is a great Eclipse plugin or standalone interface that works with many different database systems, either with dedicated drivers or with ODBC.

Liam
  • 19,819
  • 24
  • 83
  • 123
1

phpPgAdmin is PostgreSQL web frontend which is quite good.

vog
  • 23,517
  • 11
  • 59
  • 75