Update for the removal of BaseDB.
authorsoranzo <soranzo>
Mon, 30 Aug 2004 12:07:54 +0000 (12:07 +0000)
committersoranzo <soranzo>
Mon, 30 Aug 2004 12:07:54 +0000 (12:07 +0000)
TODO

diff --git a/TODO b/TODO
index ce73a9f8017bdaebc2d6019a0b1948bfdbad9ba7..5fdefd978f02a05a79fd01cf67ae5b4ca20963d5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -140,7 +140,7 @@ Principles
   distro is a good way of seeing how to query older versions of postgres for 
   schema information
 * Put functions in the highest class possible.  For instance, simple selects 
-  should be in BaseDB, whereas something that works for 7.1+ should be in the 
+  should be in Postgres, whereas something that works for 7.1+ should be in the 
   7.1 class.  This will minimise bugs and duplicated code.
 * Adhere to current coding standards
 * Avoid using global variables if possible