Re: [BUGS] [SQL] Bug with Daylight Savings Time & Interval

2002-05-20 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: > Found this interesting bug: > jwnet=> select ('2001-07-31 10:00:00 PST'::TIMESTAMP) + ('249 days'::INTERVAL) > ; > ?column? > > 2002-04-06 10:00:00-08 > (1 row) > jwnet=> select ('2001-07-31 10:00:00 PST'::TIMESTAMP) + (

[BUGS] Bug with Daylight Savings Time & Interval

2002-05-20 Thread Josh Berkus
Folks, Found this interesting bug: jwnet=> select version(); version --- PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.95.3 (1 row) jwnet=> select ('2001-07-31 10:00:00 PST'::TIMESTAMP) + ('248 d

[BUGS] Bug #669: gawk: cmd. line:2: (END OF FILE)

2002-05-20 Thread pgsql-bugs
Ralph Lecessi ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description gawk: cmd. line:2: (END OF FILE) Long Description gawk complains of "parse error" & "END OF FILE" when called from genbki.sh in the src/backend/catalog directory.

[BUGS] Bug #668: cursors with params: mismatched parentheses;

2002-05-20 Thread pgsql-bugs
Eduardo Rambo ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description cursors with params: mismatched parentheses; Long Description cursors with parameters do not seems to work. Is that implemented? I tried many differents ways and

Re: [HACKERS] [BUGS] Bug #659: lower()/upper() bug on

2002-05-20 Thread Tatsuo Ishii
> > > > There are "full width alphabets" in Japanese. Thoes include not only > > > > ASCII letters but also some European characters. > > > > > > Are these ASCII and European characters uppercased in some > > > Japanese-specific way ? > > > > Probably not, but I'm not sure since my Linux box does