Skip to content

Commit 5c8dfdf

Browse files
author
Steve888888
committed
更新修改版本11.2 plhander.sgml
1 parent 411d092 commit 5c8dfdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

postgresql/doc/src/sgml/plhandler.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ ____________________________________________________________________________-->
2121
<para>
2222
All calls to functions that are written in a language other than
2323
the current <quote>version 1</quote> interface for compiled
24-
languages (this includes functions in user-defined procedural languages,
25-
functions written in SQL, and functions using the version 0 compiled
26-
language interface) go through a <firstterm>call handler</firstterm>
24+
languages (this includes functions in user-defined procedural languages
25+
and functions written in SQL) go through a <firstterm>call handler</firstterm>
2726
function for the specific language. It is the responsibility of
2827
the call handler to execute the function in a meaningful way, such
2928
as by interpreting the supplied source text. This chapter outlines

0 commit comments

Comments
 (0)