From ae2cf18f55475b68913a5a989aed8a21678e59cc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 4 Nov 2000 21:06:37 +0000 Subject: [PATCH] more procedural doc cleanup --- doc/src/sgml/xplang.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.40.0