Re: [BUGS] Inconsistent shift operator

2008-04-19 Thread Tom Lane
Roman Kononov <[EMAIL PROTECTED]> writes: > The below test cases show the obvious inconsistency between different > integer types. [ shrug... ] The << and >> operators just expose the behavior of the local C compiler's shift operators, and it's clearly stated in the C spec that shifting by more

[BUGS] BUG #4115: PostgreSQL ISO format is not really ISO

2008-04-19 Thread Daniel Ruoso
The following bug has been logged online: Bug reference: 4115 Logged by: Daniel Ruoso Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Debian GNU/Linux lenny Description:PostgreSQL ISO format is not really ISO Details: ISO8601[1] defines

[BUGS] BUG #4116: Cannot create tablespace: could not set permissions on directory

2008-04-19 Thread Graham Leggett
The following bug has been logged online: Bug reference: 4116 Logged by: Graham Leggett Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.11 Operating system: Redhat Enterprise 5 Description:Cannot create tablespace: could not set permissions on directory Detai

Re: [BUGS] BUG #4115: PostgreSQL ISO format is not really ISO

2008-04-19 Thread Jaime Casanova
On Sat, Apr 19, 2008 at 6:38 AM, Daniel Ruoso <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference: 4115 > Logged by: Daniel Ruoso > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3.1 > Operating system: Debian GNU/Linux lenny > D