Re: [pgadmin-support] Upgrade.bat does nothing for 1.16.0

2012-09-12 Thread Guy Rouillier
On 9/11/2012 8:13 PM, Dave Page wrote: You cannot upgrade from 1.14 to 1.16 - different major versions will always install side-by-side. The upgrade script allows you to upgrade a minor version, for example, from 1.16.0-beta4 to 1.16.0, or 1.16.1 to 1.16.2. Thanks, Dave. That's odd, why does u

[pgadmin-support] tiny Bug: execute NO query => wrong message

2012-09-12 Thread Marc Mamin
Hello, I've just found this on 1.16.0 / Windows: select an empty statement, e.g. /* */; and try to execute it. this will pop up the message "Connection lost" although it is still valid (according to pg_stat_activity). best regards, Marc Mamin

Re: [pgadmin-support] Upgrade.bat does nothing for 1.16.0

2012-09-12 Thread Dave Page
On Wed, Sep 12, 2012 at 5:06 AM, Guy Rouillier wrote: > On 9/11/2012 8:13 PM, Dave Page wrote: >> >> You cannot upgrade from 1.14 to 1.16 - different major versions will >> always install side-by-side. The upgrade script allows you to upgrade >> a minor version, for example, from 1.16.0-beta4 to 1

[pgadmin-support] pgadmin crash - editing function body

2012-09-12 Thread Michal Kozusznik
Tested with: pgAdmin v1.16.0 posttgresql 8.4 Windows 7 64bit How to reproduce 1. find a function in object tree 2. RMB on function, then select Properties 3. Select Code tab 4. Hit Apply button 5. put cursor somewhere into function body to enter any letter PgAdmin will crash. -- Sent via pgad

Re: [pgadmin-support] tiny Bug: execute NO query => wrong message

2012-09-12 Thread Guillaume Lelarge
On Wed, 2012-09-12 at 11:01 +0200, Marc Mamin wrote: > Hello, > > I've just found this on 1.16.0 / Windows: > select an empty statement, e.g. /* */; and try to execute it. > > this will pop up the message "Connection lost" although it is still > valid (according to pg_stat_activity). > N

Re: [pgadmin-support] pgadmin crash - editing function body

2012-09-12 Thread Guillaume Lelarge
On Wed, 2012-09-12 at 18:05 +0200, Michal Kozusznik wrote: > Tested with: > pgAdmin v1.16.0 > posttgresql 8.4 > Windows 7 64bit > > How to reproduce > 1. find a function in object tree > 2. RMB on function, then select Properties RMB? > 3. Select Code tab > 4. Hit Apply button > 5. put cursor so

Re: [pgadmin-support] pgadmin crash - editing function body

2012-09-12 Thread Kozusznik Michal
RMB: right mouse button to me Apply button is active just after opening function properties window. after applying its state is changed to inactive. then any attempt to edit function body cause a crash. tested on various functions and various letters to be pressed. MK 12. 9. 2012 v 22:52, "Gu