Re: [pgadmin-hackers] Assorted problems in pgAdmin 1.8.0 - wxMAC

2007-11-12 Thread Jörg Beyer
Am 12.11.2007 11:12 Uhr schrieb Dave Page (<[EMAIL PROTECTED]>): > Jörg Beyer wrote: >> >> (2) Query tool, SQL entry field >> Entering a '^' (e.g. as a RegEx anchor) gives '^^'. >> (On the German keyboard layout, '^' is mapped to the key exactly below the >> escape key, if that is of any help). >

Re: [pgadmin-hackers] Assorted problems in pgAdmin 1.8.0 - wxMAC

2007-11-12 Thread Dave Page
Jörg Beyer wrote: > Hello. > > During the past few days I noticed the following problems: > > (1) pgAdmin main window, SQL Pane > SQL-syntax for Views shows doubled double quoted commented titles, > e.g. > -- View: ""Books_View"" > > for view "Books_View" (mixed upper and lower case is int

[pgadmin-hackers] SVN Commit by dpage: r6813 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema

2007-11-12 Thread svn
Author: dpage Date: 2007-11-12 10:05:22 + (Mon, 12 Nov 2007) New Revision: 6813 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6813&view=rev Log: Remove extra quotes per Jorg Beyer Modified: branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema/pgView.cpp

[pgadmin-hackers] SVN Commit by dpage: r6812 - trunk/pgadmin3/pgadmin/schema

2007-11-12 Thread svn
Author: dpage Date: 2007-11-12 10:04:28 + (Mon, 12 Nov 2007) New Revision: 6812 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6812&view=rev Log: Remove extra quotes, per Jorg Beyer Modified: trunk/pgadmin3/pgadmin/schema/pgView.cpp ---(end