Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0dd3afa

Browse files
committed
Reiterate that parsing of plpgsql functions is per-process.
1 parent93f5456 commit0dd3afa

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)

[8]ページ先頭

©2009-2025 Movatter.jp