Dave Page wrote:
Thanks, patch applied with minor tweaking re: trailing spaces as
discussed on IM, and documentation.

I eyeballed the multibyte handling, it looks ok to me. But I found some nasty misbehaviours:

select * from pg_c<TAB>

- On Windows, a popup will appear. If you activate a different app (e.g. the debugger which runs pgadmin), it will stay on top. Only selecting the very ctlSqlBox window will let it disappear (this is the usual popup window fun...)

- On Linux, pg_cast will appear instead of the popup.

- On Linux, every <Enter> will insert two \n, i.e. an additional empty line that can't be addressed with the cursor. This is also true if autotabcomplete is disabled (doesn't happen when reading a script from a file).

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to