Re: [GENERAL] Re: [SQL] Bug in CEIL?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] Re: [SQL] Bug in CEIL?
Дата
Msg-id 200001191707.MAA08625@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] Bug in CEIL?  ("Nikolay Mijaylov" <nmmm@nmmm.nu>)
Список pgsql-general
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> 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

Current sources show:

    test=> select ceil(0);
     ceil
    ------
        1
    (1 row)
--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Luis Bezerra
Дата:
Сообщение: (no subject)
Следующее
От: Sarah Officer
Дата:
Сообщение: psql problem describing tables