On Thu, 16 Mar 2006 17:32:04 +1300 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.
Yes but at any stage you can dump the database generating scripts - wel you can in mysql, I assume you can in postgresql too. > > -- > CS -- Nick Rout <[EMAIL PROTECTED]>
