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
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
- Re: [HACKERS] factorial doc bug? Tatsuo Ishii
- Re: [HACKERS] factorial doc bug? Gavin Sherry
- Re: [HACKERS] factorial doc bug? Tatsuo Ishii
- Re: [HACKERS] factorial doc bug? Thomas Lockhart
- Re: [HACKERS] factorial doc bug? Tatsuo Ishii
- Re: [HACKERS] factorial doc bug? Thomas Lockhart
- Re: [HACKERS] factorial doc bug? Thomas Lockhart
- Re: [HACKERS] factorial doc bug? Tatsuo Ishii
- Re: [HACKERS] factorial doc bug? Peter Eisentraut
- Re: [HACKERS] factorial doc bug? Patrick Welche
- Re: [HACKERS] factorial doc bug? Bruce Momjian
