Remove ecpg TODO section:
authorBruce Momjian
Sun, 6 Jan 2002 17:54:14 +0000 (17:54 +0000)
committerBruce Momjian
Sun, 6 Jan 2002 17:54:14 +0000 (17:54 +0000)
> Looking at this I also found an ecpg TODO list in the docs:
>
>
http://candle.pha.pa.us/main/writings/pgsql/sgml/ecpg-develop.html
>
> Seems that TODO section should be removed.  Some items are done,
others
> are on the main TODO list.

That's correct. I did not fix the docs for quite some time.

Michael
--
Michael Meskes

doc/src/sgml/ecpg.sgml

index cd3f5110fd132b578e33f873a65514270e170fef..9997ca2eae13d9f47222c71c24371cc38e93cb7c 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -569,90 +569,6 @@ struct sqlca
     understand how to use ecpg.
    
 
-   
-    ToDo List
-
-    
-     This version of the preprocessor has some flaws:
-
-     
-      
-       Library functions
-       
-        
-         to_date et al. does not exist. However,
-         PostgreSQL has some good conversion
-         routines so you probably won't miss them.
-        
-       
-      
-
-      
-       Structures and unions
-       
-        
-         Structures and unions have to be defined in the
-         declare section.
-        
-       
-      
-
-      
-       Missing statements
-       
-        
-         The following statements are not implemented thus far:
-
-         
-          
-           
-            exec sql allocate
-           
-          
-
-          
-           
-            exec sql deallocate
-           
-          
-          
-           
-            SQLSTATE
-           
-          
-         
-        
-       
-      
-
-      
-       message 'no data found'
-       
-        
-         The error message for no data in:
-         
-exec sql insert select from statement
-        
-         has to be 100.
-        
-       
-      
-
-      
-       sqlwarn[6]
-       
-        
-         sqlwarn[6] should be W if the PRECISION
-         or SCALE value specified in a SET
-         DESCRIPTOR statement was ignored.
-        
-       
-      
-     
-    
-   
-
    
     The Preprocessor