Re: [BUGS] BUG #8329: UPDATE x SET x.y = x.y + z does not work in PL/pgSQL

2013-07-27 Thread Pavel Stehule
Hello 2013/7/27 Andrew Gierth : > Seems clearly your mistake to me... you do realize that (null + z) is > always going to be null, right? Maybe your totals columns should have > been declared NOT NULL (and presumably DEFAULT 0) to avoid this > problem? > > Adding some diagnostics to your function

[BUGS] BUG #8337: Installer takes forever - old bug still present

2013-07-27 Thread hg
The following bug has been logged on the website: Bug reference: 8337 Logged by: H. Guijt Email address: h...@terma.com PostgreSQL version: 9.2.4 Operating system: Windows 7 Description: The bug described here: http://www.postgresql.org/message-id/CANFyU967fJzH943e_

[BUGS] BUG #8343: plperl/plperlu Install Fails

2013-07-27 Thread cesheri
The following bug has been logged on the website: Bug reference: 8343 Logged by: Charles Sheridan Email address: cesh...@swbell.net PostgreSQL version: 9.2.4 Operating system: Mac OS 10.8.4 Description: In a psql 9.1.5 > create extension plperlu; or > create e