From 0dd3afad6bccdc698c832b654d11618d6eea071e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 28 Nov 2001 04:18:46 +0000 Subject: [PATCH] Reiterate that parsing of plpgsql functions is per-process. --- doc/src/sgml/plsql.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml index 19b1f0d278..a7c9b12c1b 100644 --- a/doc/src/sgml/plsql.sgml +++ b/doc/src/sgml/plsql.sgml @@ -1,5 +1,5 @@ @@ -62,7 +62,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.50 2001/11/21 05:53:41 The PL/pgSQL call handler parses the function's source text and produces an internal binary instruction tree the first time the - function is called. The instruction tree fully translates the + function is called (within any one backend process). The instruction tree + fully translates the PL/pgSQL statement structure, but individual SQL expressions and SQL queries used in the function are not translated immediately. -- 2.40.0