From: Bruce Momjian Date: Sat, 4 Nov 2000 21:06:37 +0000 (+0000) Subject: more procedural doc cleanup X-Git-Tag: REL7_1_BETA~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae2cf18f55475b68913a5a989aed8a21678e59cc;p=postgresql more procedural doc cleanup --- diff --git a/doc/src/sgml/xplang.sgml b/doc/src/sgml/xplang.sgml index af88de1342..e83ee50469 100644 --- a/doc/src/sgml/xplang.sgml +++ b/doc/src/sgml/xplang.sgml @@ -1,5 +1,5 @@ @@ -66,7 +66,7 @@ CREATE FUNCTION handler_function_name () The PL must be declared with the command -CREATE [ TRUSTED ] PROCEDURAL LANGUAGE 'language-name' +CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE 'language-name' HANDLER handler_function_name LANCOMPILER 'description';