The following bug has been logged online: Bug reference: 3959 Logged by: Renaud Diez Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Debian Description: Huge calculation error Details:
the basic mathematical expression like the following one doesn't compute the correct result: > select 100*(1+(21/100)); return a result of 100 instead of 121. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend