Re: Integer to float function
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: svajdic@asc.corp.mot.com, steven_vajdic@ivillage.com
Cc: pgsql-hackers@postgresql.org
Date: 2001-04-06T13:46:22Z
Lists: pgsql-hackers
> > > integer (float_expression) or int (float_expression) DO work on
> > RedHat6.2/PostgreSQL6.5 and DO NOT work on Mandrake/PostgreSQL7.0.2
> > 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? ;)
- Thomas