Re: [GENERAL] stored procedure code

2013-02-23 Thread Adrian Klaver
On 02/23/2013 02:49 PM, Derek Perak wrote: Hi, I would like to learn about how stored procedures are handled in postgres. In particular, I'd like to learn how plpgsql procedures are compiled and stored, and how they (both plpgsql and C procedures) interact with the optimizer during planning. Woul

[GENERAL] stored procedure code

2013-02-23 Thread Derek Perak
Hi, I would like to learn about how stored procedures are handled in postgres. In particular, I'd like to learn how plpgsql procedures are compiled and stored, and how they (both plpgsql and C procedures) interact with the optimizer during planning. Would appreciate if someone can point out so