views:

3471

answers:

10

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?

A: 

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

Liam
+4  A: 

do you mean something like PG Admin for administration?

Arthur Thomas
PGAdmin is better now than it used to be. It still leaves a lot to desire, but it is usable.
Mauli
+2  A: 

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.
A: 

phpPgAdmin is PostgreSQL web frontend which is quite good.

vog
A: 

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
+2  A: 

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

amartin
+1  A: 

pgAdmin

Jeremy Cantrell
A: 

Try RazorSQL - http://www.razorsql.com/ - it has the most features for the lowest cost.

Ahmad
+1  A: 

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
A: 

I haven't tried it yet myself, but others have recommended dbVis. The client runs on Mac, Windows and Linux and supports a variety of database servers, including PostgreSQL.

jwfearn