i cannot able to delete the sql function permenently

From: Fijil Stephen <fijil(dot)stephen(at)mooobleiit(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: i cannot able to delete the sql function permenently
Date: 2012-05-29 09:50:14
Message-ID: 3ebca045-576b-4042-8509-01c81a6f8a88@www.uroemail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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… the result appers as 31.9

How is it
???
Pls replay

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-05-29 16:49:30 Re: i cannot able to delete the sql function permenently
Previous Message Dave Page 2012-05-29 09:10:09 Re: BUG #6647: Password Issue