Re: 7.0.3 max function - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 7.0.3 max function
Date
Msg-id 18236.985795204@sss.pgh.pa.us
Whole thread Raw
In response to 7.0.3 max function  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org 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
is badly wrong with your installation.  What platform are you on, and
how did you obtain or compile Postgres?  If you enabled locale support,
what locale are you running the postmaster in?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [ADMIN] pg_dump potential bug
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Datatype SERIAL incorrectly interpreted