SGML markup fixes.
authorBruce Momjian
Fri, 15 Nov 2002 03:22:30 +0000 (03:22 +0000)
committerBruce Momjian
Fri, 15 Nov 2002 03:22:30 +0000 (03:22 +0000)
doc/src/sgml/plpgsql.sgml
doc/src/sgml/runtime.sgml

index f16ba97da6cbc03b09468354085425fb14b90e01..1486ee8e3163cd330a0fe9b1433f6d7020eceed0 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -1217,7 +1217,7 @@ RETURN NEXT expression;
      returned).  Execution then continues with the next statement in
      the PL/pgSQL function.  As successive
      RETURN NEXT commands are executed, the result
-     set is built up.  A final RETURNmand>, which need
+     set is built up.  A final RETURN, which need
      have no argument, causes control to exit the function.
     
 
index 26777ae43a8dd60946a7a255f86c1eecc4e3d7fd..5083965b514cc83d47a4978e2577f74efb485858 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -2081,7 +2081,6 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
       
      
 
-    
      
       CHECKPOINT_WARNING (integer)