7.0.3 max function

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: 7.0.3 max function
Date: 2001-03-28 13:30:39
Message-ID: 200103281330.f2SDUdD64926@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tae, KwangHo (khtae(at)selim(dot)co(dot)kr) 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 into aaa values ('001');
insert into aaa values ('002');
insert into aaa values ('003');

select max(aa) from aaa;
max
-----
002
(1 row)

why???

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Karel Zak 2001-03-28 14:02:02 Re: 7.0.3 max function
Previous Message Salvador Mainé 2001-03-28 10:50:46 date_part bug