|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.50 2001/11/21 05:53:41 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.51 2001/11/28 04:18:46 tgl Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="plpgsql"> |
@@ -62,7 +62,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.50 2001/11/21 05:53:41 |
62 | 62 | <para> |
63 | 63 | The <application>PL/pgSQL</> call handler parses the function's source text and |
64 | 64 | produces an internal binary instruction tree the first time the |
65 | | - function is called. The instruction tree fully translates the |
| 65 | + function is called (within any one backend process). The instruction tree |
| 66 | + fully translates the |
66 | 67 | <application>PL/pgSQL</> statement structure, but individual |
67 | 68 | <acronym>SQL</acronym> expressions and <acronym>SQL</acronym> queries |
68 | 69 | used in the function are not translated immediately. |
|