Function in function - Mailing list pgsql-novice

From Lukas
Subject Function in function
Date
Msg-id 49225.78.60.105.140.1200860677.squirrel@fmf.vtu.lt
Whole thread Raw
In response to Re: Indexes and sequences  ("Sean Davis" <sdavis2@mail.nih.gov>)
Responses Re: Function in function  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Sean Davis"
Date:
Subject: Re: Indexes and sequences
Next
From: Tom Lane
Date:
Subject: Re: Function in function