10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b71943 commit ae2cf18Copy full SHA for ae2cf18
doc/src/sgml/xplang.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/xplang.sgml,v 1.9 2000/09/29 20:21:34 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/xplang.sgml,v 1.10 2000/11/04 21:06:37 momjian Exp $
3
-->
4
5
<chapter id="xplang">
@@ -66,7 +66,7 @@ CREATE FUNCTION <replaceable>handler_function_name</replaceable> ()
66
<para>
67
The PL must be declared with the command
68
<programlisting>
69
-CREATE [ TRUSTED ] PROCEDURAL LANGUAGE '<replaceable>language-name</replaceable>'
+CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE '<replaceable>language-name</replaceable>'
70
HANDLER <replaceable>handler_function_name</replaceable>
71
LANCOMPILER '<replaceable>description</replaceable>';
72
</programlisting>
0 commit comments