The following bug has been logged online:
Bug reference: 3462
Logged by: Eugene Gershnik
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Windows
Description:pg_ctl error output cannot be redirected
Details:
On Windows an attempt to do
p
The following bug has been logged online:
Bug reference: 3467
Logged by: Alex
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: FreeBSD 6.2-RELEASE-p4
Description:Sum strange behaviour
Details:
I have a database with some float numbers (al
Alex wrote:
> I have a database with some float numbers (all of them are 2 digits
> presision). When I do select sum() I get this: 96.31001
> ...
> Is this bug or future ?
A feature. Floating point numbers can't generally represent a decimal
number exactly, so you get some rounding errors
The following bug has been logged online:
Bug reference: 3469
Logged by: SRIDHARAN
Email address: [EMAIL PROTECTED]
PostgreSQL version: 1.4.2
Operating system: WinXP
Description:SELECT QRY
Details:
SELECT (DATE '2001-07-30', DATE '2001-08-31') OVERLAPS (DATE '2001-0
SRIDHARAN wrote:
> SELECT (DATE '2001-07-30', DATE '2001-08-31') OVERLAPS (DATE '2001-08-04',
> DATE '2002-08-04')
> Retrutns : t
>
> SELECT (DATE '2007-07-30', DATE '2007-07-31') OVERLAPS (DATE '2007-07-31',
> DATE '2007-07-31')
> Returns : f
That's intentional. SQL OVERLAPS operator treats the
The following bug has been logged online:
Bug reference: 3471
Logged by: Jairo
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Windows 2003 Server
Description:Failed to set permissions on created files
Details:
I always get that error ev
"David Sanchez i Gregori" <[EMAIL PROTECTED]> writes:
> Description:Query Error : plan should not reference subplan's
> variable
If it helps, I've applied the attached patch to fix this.
> I found these error in all 8.x on Windows XP SP 2 (32 bits) , Linux 32 bits,
> and Linux AMD64.
AFA