|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/xplang.sgml,v 1.9 2000/09/29 20:21:34 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/xplang.sgml,v 1.10 2000/11/0421:06:37 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="xplang">
|
@@ -66,7 +66,7 @@ CREATE FUNCTION <replaceable>handler_function_name</replaceable> ()
|
66 | 66 | <para>
|
67 | 67 | The PL must be declared with the command
|
68 | 68 | <programlisting>
|
69 |
| -CREATE [ TRUSTED ] PROCEDURAL LANGUAGE '<replaceable>language-name</replaceable>' |
| 69 | +CREATE [ TRUSTED ][PROCEDURAL ] LANGUAGE '<replaceable>language-name</replaceable>' |
70 | 70 | HANDLER <replaceable>handler_function_name</replaceable>
|
71 | 71 | LANCOMPILER '<replaceable>description</replaceable>';
|
72 | 72 | </programlisting>
|
|