Re: [pgadmin-support] paste into SQL editor from Eclipse on Mac doesn't work

2011-03-02 Thread Ashesh Vashi
Hi John, This is a well know bug in wxWidgets (which is used by the pgAdmin III.) We already have created ticket to trac this issue. http://code.pgadmin.org/trac/ticket/13 As per my knowledge - that will available until next stable version of wxWidgets released. (BTW - we're already in process in

[pgadmin-support] paste into SQL editor from Eclipse on Mac doesn't work

2011-03-02 Thread John Huss
Platform: Mac OS X 10.6.6 Language: en Distribution: binary Version: 1.12.2 When I copy text from a plain text file in Eclipse and paste into pgAdmin's SQL editor window it pastes this (see next line): ˇ˛S As a workaround you can paste into TextEdit and then copy that and paste into pgAdmin and i

[pgadmin-support] Feature Request: SQL parameters

2011-03-02 Thread Eric Schwarzenbach
Some years ago I worked with another DB tool, for another DB that offered support for SQL parameters in a way that was extremely handy. I've missed this feature in pgAdmin ever since. By SQL parameters, I mean the replaceable bits one puts as ? in a prepared statement. When testing / debugging