factorial doc bug? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject factorial doc bug?
Date
Msg-id 20010910133558A.t-ishii@sra.co.jp
Whole thread Raw
Responses Re: factorial doc bug?
List 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
explicitcast
 

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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: INV_ARCHIVE?
Next
From: Tatsuo Ishii
Date:
Subject: pg_client_encoding