Search Postgresql Archives

Re: C-language stored function and float4 type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



whiplash <whiplash@xxxxxxxxxx> writes:
> Hello! I have C-language stored function like this:
> CREATE FUNCTION testfunc ( x real, y real )
> RETURNS real AS
> 'testfunc'
> LANGUAGE C STRICT;

> If i use this function (SELECT testfunc ( 0.1, 0.2 )) I get result with 
> type "double precision".

What's your basis for asserting that?  The function is clearly defined
to return float4.

			regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux