Fix SGML markup.
authorBruce Momjian
Wed, 3 Mar 2010 03:23:12 +0000 (03:23 +0000)
committerBruce Momjian
Wed, 3 Mar 2010 03:23:12 +0000 (03:23 +0000)
doc/src/sgml/ref/create_function.sgml

index 258ef936ee3ec491457ff8713a7826854d4fad43..8e3741fa31c257807284136a67e579a90dea9ef6 100644 (file)
@@ -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