Re: [pgadmin-support] Feature request: copy and quotes

2011-08-27 Thread Fernando Hevia
Not sure if available in v1.12 but in 1.14 you can change the quote character at your leisure from File -> Options -> Query tool -> "Result copy quote character". Cheers. On Sat, Aug 27, 2011 at 10:58, Colin Beckingham wrote: > Using Opensuse 11.4 Kernel 3.0, pgadmin 1.12.3 > > In the query too

[pgadmin-support] Feature request: Select All in Query Builder

2011-08-27 Thread Aren Cambre
Feature request In Query Builder, when I add a relation to the design surface, all columns are unchecked. I'd like a way I can check or uncheck all items in the relation. Currently, the only way I can intuit to do this is to manually click every check box. Aren Cambre

[pgadmin-support] Feature request: copy and quotes

2011-08-27 Thread Colin Beckingham
Using Opensuse 11.4 Kernel 3.0, pgadmin 1.12.3 In the query tool, ctrl-C from a highlighted record in a result set produces a string which quotes strings with double quotes. Postgresql does not seem to like double quotes in, say, insert requests, so when you build a new insert request by pasting t