From 8b420770b3457d97e608442603f548573afd6bdf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 3 Mar 2010 03:23:12 +0000 Subject: [PATCH] Fix SGML markup. --- doc/src/sgml/ref/create_function.sgml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 258ef936ee..8e3741fa31 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -50,8 +50,6 @@ CREATE [ OR REPLACE ] FUNCTION USAGE privilege on the language. - - If a schema name is included, then the function is created in the specified schema. Otherwise it is created in the current schema. @@ -518,12 +516,12 @@ CREATE [ OR REPLACE ] FUNCTION - + + Refer to for further information on writing + functions. + - - Refer to for further information on writing - functions. - + Overloading -- 2.40.0