i cannot able to delete the sql function permenently

Поиск
Список
Период
Сортировка
От Fijil Stephen
Тема i cannot able to delete the sql function permenently
Дата
Msg-id 3ebca045-576b-4042-8509-01c81a6f8a88@www.uroemail.com
обсуждение исходный текст
Ответы Re: i cannot able to delete the sql function permenently
Список 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 по дате отправления:

Предыдущее
От: dmitryturin@narod.ru
Дата:
Сообщение: BUG #6667: diplom on english language on your site
Следующее
От: Tom Lane
Дата:
Сообщение: Re: i cannot able to delete the sql function permenently