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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Nikolay Mijaylov <nmmm(at)nmmm(dot)nu>
Cc: Mark Alliban <MarkA(at)idnltd(dot)com>, pgsql-general <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Re: [SQL] Bug in CEIL?
Date: 2000-01-19 17:07:15
Message-ID: 200001191707.MAA08625@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

[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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sarah Officer 2000-01-19 17:43:27 psql problem describing tables
Previous Message Luis Bezerra 2000-01-19 15:38:09 (no subject)

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-01-19 17:24:33 Re: [SQL] char(19) to varchar(32)
Previous Message Sevo Stille 2000-01-19 16:32:23 (no subject)