Re: Re: Integer to float function
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: lockhart@fourpalms.org
Cc: svajdic@asc.corp.mot.com, steven_vajdic@ivillage.com, pgsql-hackers@postgresql.org
Date: 2001-04-06T14:54:49Z
Lists: pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes: > Try using int2()/int4()/int8() instead of integer(). >> Why is that NOT documented under "Matematical functions"? > Because we haven't received any patches to document it? ;) Or because it's not a mathematical function. I don't think that datatype conversion functions belong under that heading. regards, tom lane