Re: [pgadmin-support] Views->Create Script + Regular Expressions

2011-08-23 Thread Guillaume Lelarge
On Tue, 2011-08-23 at 14:28 -0700, Richard Broersma wrote: > I expect many have experienced this before. > > Views->Create Script does not prefix regular expressions strings with > E. (e.g. E'\\d'). -- does this have something to do with > "standard_conforming_strings = on"? > > So each time a v

[pgadmin-support] Views->Create Script + Regular Expressions

2011-08-23 Thread Richard Broersma
I expect many have experienced this before. Views->Create Script does not prefix regular expressions strings with E. (e.g. E'\\d'). -- does this have something to do with "standard_conforming_strings = on"? So each time a view is tinkered with, the user must find all occurrences of the regular e

Re: [pgadmin-support] Small request - Graphical query builder controls

2011-08-23 Thread Guillaume Lelarge
On Tue, 2011-08-23 at 04:02 -0400, Colin Beckingham wrote: > Using 1.12.3 > > On open the graphical query builder, leftmost directory panel opens with > database as main item and Catalogs and Schemas as sub-items. > > On click the + control for schemas to open that item "public" appears, > but

Re: [pgadmin-support] 1.14 beta 3 crashes in Query Browser

2011-08-23 Thread Guillaume Lelarge
On Sat, 2011-08-20 at 11:07 -0400, Colin Beckingham wrote: > Opensuse 11.4, kernel 3.0. > > I note that if I begin query construction in the graphical query > designer and click into the text panel to make adjustments, adding for > example a "distinct" clause and then attempting to go back to th

Re: [pgadmin-hackers] [pgadmin-support] 1.14 beta 3 crashes in Query Browser

2011-08-23 Thread Guillaume Lelarge
On Tue, 2011-08-23 at 16:06 +0100, Dave Page wrote: > On Tue, Aug 23, 2011 at 3:16 PM, Guillaume Lelarge > wrote: > > On Tue, 2011-08-23 at 15:08 +0100, Dave Page wrote: > >> On Tue, Aug 23, 2011 at 2:56 PM, Guillaume Lelarge > >> wrote: > >> > On Mon, 2011-08-22 at 21:59 +0200, Guillaume Lelarge

Re: [pgadmin-hackers] [pgadmin-support] 1.14 beta 3 crashes in Query Browser

2011-08-23 Thread Dave Page
On Tue, Aug 23, 2011 at 3:16 PM, Guillaume Lelarge wrote: > On Tue, 2011-08-23 at 15:08 +0100, Dave Page wrote: >> On Tue, Aug 23, 2011 at 2:56 PM, Guillaume Lelarge >> wrote: >> > On Mon, 2011-08-22 at 21:59 +0200, Guillaume Lelarge wrote: >> >> On Sat, 2011-08-20 at 22:51 +0200, Guillaume Lelar

Re: [pgadmin-hackers] [pgadmin-support] 1.14 beta 3 crashes in Query Browser

2011-08-23 Thread Guillaume Lelarge
On Tue, 2011-08-23 at 15:08 +0100, Dave Page wrote: > On Tue, Aug 23, 2011 at 2:56 PM, Guillaume Lelarge > wrote: > > On Mon, 2011-08-22 at 21:59 +0200, Guillaume Lelarge wrote: > >> On Sat, 2011-08-20 at 22:51 +0200, Guillaume Lelarge wrote: > >> > On Sat, 2011-08-20 at 17:45 +0200, Guillaume Lel

Re: [pgadmin-hackers] [pgadmin-support] 1.14 beta 3 crashes in Query Browser

2011-08-23 Thread Dave Page
On Tue, Aug 23, 2011 at 2:56 PM, Guillaume Lelarge wrote: > On Mon, 2011-08-22 at 21:59 +0200, Guillaume Lelarge wrote: >> On Sat, 2011-08-20 at 22:51 +0200, Guillaume Lelarge wrote: >> > On Sat, 2011-08-20 at 17:45 +0200, Guillaume Lelarge wrote: >> > > On Sat, 2011-08-20 at 11:07 -0400, Colin Be

Re: [pgadmin-hackers] [pgadmin-support] 1.14 beta 3 crashes in Query Browser

2011-08-23 Thread Guillaume Lelarge
On Mon, 2011-08-22 at 21:59 +0200, Guillaume Lelarge wrote: > On Sat, 2011-08-20 at 22:51 +0200, Guillaume Lelarge wrote: > > On Sat, 2011-08-20 at 17:45 +0200, Guillaume Lelarge wrote: > > > On Sat, 2011-08-20 at 11:07 -0400, Colin Beckingham wrote: > > > > Opensuse 11.4, kernel 3.0. > > > > > >

[pgadmin-support] Small request - Graphical query builder controls

2011-08-23 Thread Colin Beckingham
Using 1.12.3 On open the graphical query builder, leftmost directory panel opens with database as main item and Catalogs and Schemas as sub-items. On click the + control for schemas to open that item "public" appears, but the + control for public does not appear until you double click it. Af