On Thu, 2006-03-16 at 17:32, Christopher Sawtell wrote: > On Thursday 16 March 2006 16:04, Roy Britten wrote: > > On Thu, 2006-03-16 at 15:54 +1300, Don Gould wrote: > > > Is there any kind of gui tools that > > > you know of for postgres? > > > > pgAdmin III http://www.pgadmin.org/ > > Also you could use the sql:// protocol in Konqueror. > > imho using these click and point gui tools is a somewhat hazardous > exercise, because they don't, as a general rule, conveniently save a .sql > source code file from which you can rebuild the database from scratch.
Good point. However I find it very useful to be able to view data and query results when I'm prototyping. I did heaps of work using the cli tools with MSSQL4.3, 6 and 6.5 but having gui tools that just show you stuff is so much quicker. I found I used the scripting tools alot to just dump scripts of completed work. Just the way I work I guess :) Thanks for your thought thou :) Cheers Don -- Don Gould
