factorial doc bug?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: factorial doc bug?
Date: 2001-09-10 04:35:58
Message-ID: 20010910133558A.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In typeconv.sgml we have an example:

tgl=> select (4.3 !);
?column?
----------
24
(1 row)

However, actually it does not work:

test=# select (4.3 !);
ERROR: Unable to identify a postfix operator '!' for type 'double precision'
You may need to add parentheses or an explicit cast

Shall we correct the doc or is that a bug?
--
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-09-10 04:46:28 pg_client_encoding
Previous Message Bruce Momjian 2001-09-10 04:14:44 Re: INV_ARCHIVE?