Re: [BUGS] 7.0.3 max function

2001-03-28 Thread Tom Lane
[EMAIL PROTECTED] writes: > create table aaa ( aa varchar(3) ); > insert into aaa values ('001'); > insert into aaa values ('002'); > insert into aaa values ('003'); > select max(aa) from aaa; > max > - > 002 > (1 row) Hm. It works for me, and doubtless for most other people. Something

Re: [BUGS] 7.0.3 max function

2001-03-28 Thread Karel Zak
On Wed, Mar 28, 2001 at 08:30:39AM -0500, [EMAIL PROTECTED] wrote: > Tae, KwangHo ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > 7.0.3 max function > > Long Description > create table aaa ( aa varchar(3) ); > insert in