Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae2cf18

Browse files
committed
more procedural doc cleanup
1 parent 4b71943 commit ae2cf18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xplang.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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/04 21:06:37 momjian Exp $
33
-->
44

55
<chapter id="xplang">
@@ -66,7 +66,7 @@ CREATE FUNCTION <replaceable>handler_function_name</replaceable> ()
6666
<para>
6767
The PL must be declared with the command
6868
<programlisting>
69-
CREATE [ TRUSTED ] PROCEDURAL LANGUAGE '<replaceable>language-name</replaceable>'
69+
CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE '<replaceable>language-name</replaceable>'
7070
HANDLER <replaceable>handler_function_name</replaceable>
7171
LANCOMPILER '<replaceable>description</replaceable>';
7272
</programlisting>

0 commit comments

Comments
 (0)