Re: [HACKERS] Re: Integer to float function

2001-04-07 Thread steven_vajdic
On Fri, 06 April 2001, Tom Lane wrote: > > Thomas Lockhart <[EMAIL PROTECTED]> 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 no

Re: [HACKERS] Re: Integer to float function

2001-04-06 Thread Tom Lane
Thomas Lockhart <[EMAIL PROTECTED]> 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 c

[HACKERS] Re: Integer to float function

2001-04-06 Thread Thomas Lockhart
> > > 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 patche