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
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_
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