Re: [pgadmin-support] Upgrade.bat does nothing for 1.16.0
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 upgrade.bat say this then: echo You must have pgAdmin III v1.14.x installed echo from the official MSI installation to use this upgrade path. -- Guy Rouillier -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
[pgadmin-support] tiny Bug: execute NO query => wrong message
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
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.16.0, or 1.16.1 >> to 1.16.2. > > > Thanks, Dave. That's odd, why does upgrade.bat say this then: > >echo You must have pgAdmin III v1.14.x installed >echo from the official MSI installation to use this upgrade path. Noone remembered to update it from the last release :-(. It's done now (for 1.16.1) - sorry for the confusion. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
[pgadmin-support] pgadmin crash - editing function body
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 pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] tiny Bug: execute NO query => wrong message
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). > Nice bug :) I've fixed it. It'll be available in 1.16.1. Thanks for your report. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] pgadmin crash - editing function body
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 somewhere into function body to enter any letter > > PgAdmin will crash. > Doesn't crash for me. By the way, how can you hit the apply button without making any change? it should be disabled. Don't you do another change before? -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] pgadmin crash - editing function body
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, "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 somewhere into function body to enter any letter >> >> PgAdmin will crash. >> > > Doesn't crash for me. By the way, how can you hit the apply button > without making any change? it should be disabled. Don't you do another > change before? > > > -- > Guillaume > http://blog.guillaume.lelarge.info > http://www.dalibo.com > -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support