Re: [pgadmin-support] RFE: Alises in WHERE clauses

2012-09-17 Thread Daniel Serodio (lists)
Raymond O'Donnell wrote: On 17/09/2012 21:24, Daniel Serodio (lists) wrote: It would be nice if PostgreSQL supported column aliases in WHERE clauses, eg: SELECT left(value, 1) AS first_letter FROM some_table WHERE first_letter> 'a'; Is this the proper mailing list for suc

[pgadmin-support] RFE: Alises in WHERE clauses

2012-09-17 Thread Daniel Serodio (lists)
It would be nice if PostgreSQL supported column aliases in WHERE clauses, eg: SELECT left(value, 1) AS first_letter FROM some_table WHERE first_letter > 'a'; Is this the proper mailing list for such feature requests? Thanks in advance, Daniel Serodio -- Sent via pgadmin-su

[pgadmin-support] Horizontal scroll on OS X bug

2012-07-24 Thread Daniel Serodio (lists)
Horizontal scroll using the mouse wheel (while holding Shift) or by dragging on the touchpad with two fingers doesn't work on OS X. I can only scroll horizontally using the scrollbar. Regards, Daniel Serodio -- Sent via pgadmin-support mailing list ([email protected]) To

Re: [pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-23 Thread Daniel Serodio (lists)
Guillaume Lelarge wrote: On Tue, 2012-07-17 at 20:06 -0300, Daniel Serodio (lists) wrote: Nelson A. de Oliveira wrote: Hi! On Tue, Jul 17, 2012 at 7:36 PM, Daniel Serodio (lists) wrote: I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It

[pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-18 Thread Daniel Serodio (lists)
I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It would be nice if it generated JOIN clauses instead. Thanks in advance, Daniel Serodio -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscri

Re: [pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-17 Thread Daniel Serodio (lists)
Nelson A. de Oliveira wrote: Hi! On Tue, Jul 17, 2012 at 7:36 PM, Daniel Serodio (lists) wrote: I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It would be nice if it generated JOIN clauses instead. Is there any kind of difference between

[pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-17 Thread Daniel Serodio (lists)
I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It would be nice if it generated JOIN clauses instead. Thanks in advance, Daniel Serodio -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscri

Re: [pgadmin-support] RFE: Make Control+Enter execute query

2006-09-05 Thread Daniel Serodio
"Dave Page" wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Daniel Serodio > > Sent: 05 September 2006 20:34 > > To: [email protected] > > Subject: [pgadmin-support] R

[pgadmin-support] RFE: Make Control+Enter execute query

2006-09-05 Thread Daniel Serodio
If this is the wrong place for RFE's, I'm sorry, please point me to the right one. I'd like to request that Control+Enter execute the query in the "pgAdmin III Query" window, to make it more consistent with similar tools. Thanks in advance, Daniel Serodio -