Re: 7.0.3 max function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.0.3 max function
Дата
Msg-id 18236.985795204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.0.3 max function  (pgsql-bugs@postgresql.org)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] pg_dump potential bug
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Datatype SERIAL incorrectly interpreted