Remove outdated documentation section of ecpg.
authorBruce Momjian
Fri, 24 Aug 2001 18:08:25 +0000 (18:08 +0000)
committerBruce Momjian
Fri, 24 Aug 2001 18:08:25 +0000 (18:08 +0000)
doc/src/sgml/ecpg.sgml

index 1befbf796c0df8226dacf04f0e8d467c56f9a879..15e4fc95070cd6bdc432da1a7e6cc2aafb5a1054 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -805,53 +805,6 @@ exec sql disconnect [connection target];
        
       
 
-      
-      
-       Open cursor statement
-       
-   
-    An open cursor statement looks like:
-    
-exec sql open cursor;
-    
-    and is ignore and not copied from the output.
-   
-       
-      
-
-      
-       Commit statement
-       
-   
-    A commit statement looks like
-    
-exec sql commit;
-    
-    and is translated on the output to
-    
-ECPGcommit(__LINE__);
-    
-   
-       
-      
-
-      
-       Rollback statement
-       
-   
-    A rollback statement looks like
-    
-exec sql rollback;
-    
-    and is translated on the output to
-    
-ECPGrollback(__LINE__);
-    
-   
-       
-      
-
-      
       
        Other statements