Function in function

Поиск
Список
Период
Сортировка
От Lukas
Тема Function in function
Дата
Msg-id 49225.78.60.105.140.1200860677.squirrel@fmf.vtu.lt
обсуждение исходный текст
Ответ на Re: Indexes and sequences  ("Sean Davis" <sdavis2@mail.nih.gov>)
Ответы Re: Function in function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello,

 If I have two PostgreSQL functions:
Function_one()
and
Function_two()

I call one from other:

Function_one
Begin
return function_two()
end

 Now if I change something in body of Function_two and will NOT
recreate/replace Function_one I will still get old value.
 My question is: Is it possible somehow recreate Function_two that it
changed in every function it was used?

thx
Lukas


--
This message has been scanned for viruses and
dangerous content by OpenProtect(http://www.openprotect.com), and is
believed to be clean.


В списке pgsql-novice по дате отправления:

Предыдущее
От: "Sean Davis"
Дата:
Сообщение: Re: Indexes and sequences
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Function in function