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
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