Function in function

From: "Lukas" <lukas(at)fmf(dot)vtu(dot)lt>
To: pgsql-novice(at)postgresql(dot)org
Subject: Function in function
Date: 2008-01-20 20:24:37
Message-ID: 49225.78.60.105.140.1200860677.squirrel@fmf.vtu.lt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2008-01-20 21:27:54 Re: Function in function
Previous Message Sean Davis 2008-01-19 22:26:11 Re: Indexes and sequences