Bug in CEIL?

Поиск
Список
Период
Сортировка
От Mark Alliban
Тема Bug in CEIL?
Дата
Msg-id 008c01bf6280$e02d8a00$c80110ac@centauri
обсуждение исходный текст
Ответы Re: [SQL] Bug in CEIL?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Is the following normal behaviour? I would have expected a result of 0.
 
 
Welcome to the POSTGRESQL interactive sql monitor:
  Please read the file COPYRIGHT for copyright terms of POSTGRESQL
[PostgreSQL 6.5.3 on i586-pc-sco3.2v5.0.4, compiled by gcc 2.7.2.3]
 
   type \? for help on slash commands
   type \q to quit
   type \g or terminate with semicolon to execute query
 You are currently connected to the database: template1
 
template1=> select ceil(0);
ceil
----
   1
(1 row)
 
 

В списке pgsql-sql по дате отправления:

Предыдущее
От: "Mark Alliban"
Дата:
Сообщение: Bug in CEIL?
Следующее
От: Jose Soares
Дата:
Сообщение: Re: [SQL] char(19) to varchar(32)