Re: [HACKERS] storage of compiled functions

2005-01-27 Thread Tom Lane
Sibtay Abbas <[EMAIL PROTECTED]> writes: > All the information related to functions are stored in pg_proc system > catalog. But when a function is compiled (probably the data structure > that contains a compiled function is pgfunction) where is it stored > for persistence. It isn't.

[HACKERS] storage of compiled functions

2005-01-27 Thread Sibtay Abbas
Hello everyone i have been studying postgres's function handling philosophy lately. I got stuck at a point where i could'nt get the answer myself All the information related to functions are stored in pg_proc system catalog. But when a function is compiled (probably the data structure that contai