Re: [pgadmin-support] Graphical Query Builder bug

2012-09-23 Thread Guillaume Lelarge
On Thu, 2012-09-13 at 22:09 +0200, Bartosz Dmytrak wrote: > Hi All > Today I decided to build a query using Query Builder functionality of > pgAdmin, so I switched to Graphical Query Builder tab and did > some clicking Few seconds later I received something like this: > > SELECT > jpga_servergr

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-24 Thread Dave Page
On Thu, Sep 23, 2010 at 9:34 PM, Guillaume Lelarge wrote: > Le 23/09/2010 22:31, Dave Page a écrit : >> On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: >>> Hi All, >>> I have a minor grievance with pgAdmin3's Graphical Query Builder. >>> I click plus on Schemas, then public has no plus, so I

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-24 Thread Bob McConnell
From: Guillaume Lelarge > Le 23/09/2010 22:37, Thom Brown a écrit : >> On 23 September 2010 21:31, Dave Page wrote: >>> On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: Hi All, I have a minor grievance with pgAdmin3's Graphical Query Builder. I click plus on Schemas, then publi

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-23 Thread Guillaume Lelarge
Le 23/09/2010 22:48, Magnus Hagander a écrit : > On Thu, Sep 23, 2010 at 22:44, Guillaume Lelarge > wrote: >> Le 23/09/2010 22:37, Thom Brown a écrit : >>> On 23 September 2010 21:31, Dave Page wrote: On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: > Hi All, > I have a minor gr

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-23 Thread Magnus Hagander
On Thu, Sep 23, 2010 at 22:44, Guillaume Lelarge wrote: > Le 23/09/2010 22:37, Thom Brown a écrit : >> On 23 September 2010 21:31, Dave Page wrote: >>> On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: Hi All, I have a minor grievance with pgAdmin3's Graphical Query Builder. I c

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-23 Thread Guillaume Lelarge
Le 23/09/2010 22:37, Thom Brown a écrit : > On 23 September 2010 21:31, Dave Page wrote: >> On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: >>> Hi All, >>> I have a minor grievance with pgAdmin3's Graphical Query Builder. >>> I click plus on Schemas, then public has no plus, so I must double

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-23 Thread Thom Brown
On 23 September 2010 21:31, Dave Page wrote: > On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: >> Hi All, >> I have a minor grievance with pgAdmin3's Graphical Query Builder. >> I click plus on Schemas, then public has no plus, so I must double click >> public, then the plus button appears, w

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-23 Thread Guillaume Lelarge
Le 23/09/2010 22:31, Dave Page a écrit : > On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: >> Hi All, >> I have a minor grievance with pgAdmin3's Graphical Query Builder. >> I click plus on Schemas, then public has no plus, so I must double click >> public, then the plus button appears, which

Re: [pgadmin-support] Graphical Query Builder -- expanding public requires annoying double click

2010-09-23 Thread Dave Page
On Thu, Sep 23, 2010 at 9:27 PM, Peter Dietz wrote: > Hi All, > I have a minor grievance with pgAdmin3's Graphical Query Builder. > I click plus on Schemas, then public has no plus, so I must double click > public, then the plus button appears, which I can then click to expand the > list to see wh

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-03-17 Thread Guillaume Lelarge
Le 15/03/2010 09:54, Julius Tuskenis a écrit : > [...] > I don't usually use the builder, but sometimes it is convenient for long > table/column names having queries. I'd like to propose some improvements > to it: > 1. Why not join the selected tables if they are related over foreign > key? Usually

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-03-15 Thread Julius Tuskenis
Hello, I don't usually use the builder, but sometimes it is convenient for long table/column names having queries. I'd like to propose some improvements to it: 1. Why not join the selected tables if they are related over foreign key? Usually well designed database uses FK to keep relations in

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-02-28 Thread Guillaume Lelarge
Le 21/02/2010 17:10, Fernando Hevia a écrit : > Well... I don't use it either. The only place I have used anything like a > graphical query builder (or wizard) was in MS Access, but thats just because > of the crazy sql syntax that thing has. > I don't use it either. But it doesn't mean we don't

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-02-23 Thread Sufficool, Stanley
I think it would be more useful with an animated paper clip that suggests what I'm trying to do. > -Original Message- > From: pgadmin-support-ow...@postgresql.org > [mailto:pgadmin-support-ow...@postgresql.org] On Behalf Of > Mario Splivalo > Sent: Sunday, February 21, 2010 4:49 AM > To:

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-02-21 Thread Michael Shapiro
I don't use it. I think it might be useful for a user that is not familiar with the database. I would use auto-complete more if it would complete column names, but it only seems to complete schemas/tables/views. So in the end, I just type it all in. On Sun, Feb 21, 2010 at 6:48 AM, Mario Splival

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-02-21 Thread Florent THOMAS
Hy, I work with multiple sql windows but some times for complex query that join multiple tables, I use the query designer for selecting the table an the appropriate join. Then the aggregate, restrictions and projections are build only in text. What is amazing is that for jasperreport, I work on

Re: [pgadmin-support] Graphical Query Builder - usage stats?

2010-02-21 Thread Fernando Hevia
Well... I don't use it either. The only place I have used anything like a graphical query builder (or wizard) was in MS Access, but thats just because of the crazy sql syntax that thing has. Instead of the query builder feature I rather had many sql window tabs. Cheers. On Sun, Feb 21, 2010 at 0

Re: [pgadmin-support] Graphical Query Builder - no tables displayed

2010-02-12 Thread Ashesh Vashi
You may need to double click on the schema.. That should populate the tables & view. On Fri, Feb 12, 2010 at 9:25 PM, Tyler Erickson wrote: > I am trying out the Graphic Query Builder for the first time, but I am > unable to view any tables in the object tree for the database. The > public schem

Re: [pgadmin-support] Graphical Query Builder

2009-08-02 Thread Guillaume Lelarge
Le dimanche 2 août 2009 à 17:58:58, Jason Felds a écrit : > Is there any way to make the Graphical Query Builder use JOIN syntax > when linking two tables together instead of WHERE? I personally find > JOIN to be cleaner. > AFAIK, there's none. Could be interesting to add as an option. -- Guil

Re: [pgadmin-support] Graphical Query Builder enable/disable switch (or confirmation dialog)

2009-04-08 Thread Dave Page
On Wed, Apr 8, 2009 at 12:54 PM, valgog wrote: > It would be really nice to make it possible to add a possibility to > disable the usage of 'Graphical Query Builder' (or at least add an > additional confirmation dialog before switching to this mode) > > The problem is, that when Graphical Query Bu