From ed6986d3ebd24bfee8fa59868002703c5ab6ead7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 1 Mar 2002 20:38:12 +0000 Subject: [PATCH] Revert quotes, 7.2 doesn't need them for CREATE FUNCTION. --- doc/src/sgml/ref/create_function.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 8ff50a84d9..25c33c7b6c 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -18,12 +18,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.32 2002/03/01 CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] ) RETURNS rettype AS 'definition' - LANGUAGE 'langname' + LANGUAGE langname [ WITH ( attribute [, ...] ) ] CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] ) RETURNS rettype AS 'obj_file', 'link_symbol' - LANGUAGE 'langname' + LANGUAGE langname [ WITH ( attribute [, ...] ) ] -- 2.49.0