> > I suggest a good replacement would be a simple 'log' mode
> > which writes text based queries to a log file. PGAdmin
> > should be able to play an arbitrary text file against a
> > database connection. This would preserve most of the
> > functionality and should be straight forward to
> > implement. The only catch is it shouldn't have the select
queries in
> > it which the PGAdmin uses to determine structure.
>
> Umm, I already implemented that when you requested it some months
ago
> :-). It was one of the first features to be added to the 1.3 dev
> version. All queries are now tagged with a type - User (ones you
type
> in), Datagrid (generated by the datagrid when you edit data) &
System
> (the ones you want to ignore) and you can select any combination to
be
> logged to a text file.
Erm, sorry. I don't use the dev version ;)
Thanks :)