factorial doc bug?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема factorial doc bug?
Дата
Msg-id 20010910133558A.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: factorial doc bug?
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: INV_ARCHIVE?
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pg_client_encoding