File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ ____________________________________________________________________________-->
21
21
<para>
22
22
All calls to functions that are written in a language other than
23
23
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>
27
26
function for the specific language. It is the responsibility of
28
27
the call handler to execute the function in a meaningful way, such
29
28
as by interpreting the supplied source text. This chapter outlines
You can’t perform that action at this time.
0 commit comments