i cannot able to delete the sql function permenently - Mailing list pgsql-bugs

From Fijil Stephen
Subject i cannot able to delete the sql function permenently
Date
Msg-id 3ebca045-576b-4042-8509-01c81a6f8a88@www.uroemail.com
Whole thread Raw
Responses Re: i cannot able to delete the sql function permenently  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi I am created a function


CREATE FUNCTION one(float,float) RETURNS float AS $$
  select  $1+$2 AS result;
$$ LANGUAGE SQL;
 Its worked

Then
  I droped the function
        Drop function one(float,float)
Its also worked

    Then I typed
   Select one(18.5,12.4)

 Ho=E2=80=A6 the result  appers as 31.9

How is it
???
Pls replay

pgsql-bugs by date:

Previous
From: dmitryturin@narod.ru
Date:
Subject: BUG #6667: diplom on english language on your site
Next
From: Tom Lane
Date:
Subject: Re: i cannot able to delete the sql function permenently