Commit ae2cf18f authored by Bruce Momjian's avatar Bruce Momjian

more procedural doc cleanup

parent 4b71943b
<!-- <!--
$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 $
--> -->
<chapter id="xplang"> <chapter id="xplang">
...@@ -66,7 +66,7 @@ CREATE FUNCTION <replaceable>handler_function_name</replaceable> () ...@@ -66,7 +66,7 @@ CREATE FUNCTION <replaceable>handler_function_name</replaceable> ()
<para> <para>
The PL must be declared with the command The PL must be declared with the command
<programlisting> <programlisting>
CREATE [ TRUSTED ] PROCEDURAL LANGUAGE '<replaceable>language-name</replaceable>' CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE '<replaceable>language-name</replaceable>'
HANDLER <replaceable>handler_function_name</replaceable> HANDLER <replaceable>handler_function_name</replaceable>
LANCOMPILER '<replaceable>description</replaceable>'; LANCOMPILER '<replaceable>description</replaceable>';
</programlisting> </programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment