Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0dd3afa

Browse files
committed
Reiterate that parsing of plpgsql functions is per-process.
1 parent 93f5456 commit 0dd3afa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<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
6262
<para>
6363
The <application>PL/pgSQL</> call handler parses the function's source text and
6464
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
6667
<application>PL/pgSQL</> statement structure, but individual
6768
<acronym>SQL</acronym> expressions and <acronym>SQL</acronym> queries
6869
used in the function are not translated immediately.

0 commit comments

Comments
 (0)