diff options
| author | Heikki Linnakangas | 2018-05-02 14:51:11 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2018-05-02 14:51:11 +0000 |
| commit | f66912b0a0387aab5f5bbcd9d56ab92200395d2e (patch) | |
| tree | 1fc82e93859e379b25086be870fd7f9f6a39758d /doc/src/sgml/plhandler.sgml | |
| parent | 445e31bdc749e56376993232e5c2cc4931161322 (diff) | |
Remove remaining references to version-0 calling convention in docs.
Support for version-0 calling convention was removed in PostgreSQL v10.
Change the SPI example to use version 1 convention, so that it actually
works.
Author: John Naylor
Discussion: https://www.postgresql.org/message-id/CAJVSVGVydmhLBdm80Rw3G8Oq5TnA7eCxUv065yoZfNfLbF1tzA@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/plhandler.sgml')
| -rw-r--r-- | doc/src/sgml/plhandler.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml index 363f84b9f34..4f8c4d040a0 100644 --- a/doc/src/sgml/plhandler.sgml +++ b/doc/src/sgml/plhandler.sgml @@ -11,9 +11,8 @@ <para> All calls to functions that are written in a language other than the current <quote>version 1</quote> interface for compiled - languages (this includes functions in user-defined procedural languages, - functions written in SQL, and functions using the version 0 compiled - language interface) go through a <firstterm>call handler</firstterm> + languages (this includes functions in user-defined procedural languages + and functions written in SQL) go through a <firstterm>call handler</firstterm> function for the specific language. It is the responsibility of the call handler to execute the function in a meaningful way, such as by interpreting the supplied source text. This chapter outlines |
