Re: [SQL] Bug in CEIL?

Поиск
Список
Период
Сортировка
От Nikolay Mijaylov
Тема Re: [SQL] Bug in CEIL?
Дата
Msg-id 002101bf6286$419e5b20$ce2a18c3@skillbrokers.bg
обсуждение исходный текст
Ответы Re: [GENERAL] Re: [SQL] Bug in CEIL?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
PostgreSQL 6.4.2 :
---------------------
Welcome to the POSTGRESQL interactive sql monitor:
  Please read the file COPYRIGHT for copyright terms of POSTGRESQL
 
   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: root
 
root=> select ceil(0);
ERROR:  No such function 'ceil' with the specified attributes
 
--------------------------------------------------------------
nmmm
--------------------------------------------------------------
The reboots are for hardware upgrades!
"www.nmmm.nu"; <nmmm@nmmm.nu>
 
 
----- Original Message -----
Sent: ñðÿäà, ßíóàðè 19, 2000 03:26
Subject: [SQL] Bug in CEIL?

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-general по дате отправления:

Предыдущее
От: Martin Neumann
Дата:
Сообщение: Unsigned Datatypes
Следующее
От: Gabriel Fernandez
Дата:
Сообщение: Problems with operator '%' within a select