Query favourite comment - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Query favourite comment
Date
Msg-id 43F08EEE.8010003@pse-consulting.de
Whole thread Raw
List pgadmin-hackers
After quite a while, I finally found the time to package a win32
snapshot. Some comments:

1) apparently, we need two iconv dlls now: iconv.dll for xml2 and
libiconv-2.dll for libpq. Hm...

2) When adding a favourite, the whole buffer is taken, not just the
marked area. This differs from the usual pgadmin behaviour (except "save
as").

3) I would have expected more than just a "multiple clipboard" function.
Why isn't the query executed immediately? Why does it replace the buffer
completely? Why not just executing it, or insert at current selection?

2) and 3) mean no real advantage over distinct sql files (actually: less
function, because once stored, a favourite can't be edited any more), to
the expense of additional dependencies.


Regards,
Andreas

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4997 - trunk/pgadmin3/xtra/wx-build
Next
From: "Dave Page"
Date:
Subject: Re: Query favourite comment