From: soranzo Date: Mon, 30 Aug 2004 12:07:54 +0000 (+0000) Subject: Update for the removal of BaseDB. X-Git-Tag: REL_3-5-1~69 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=1c16f42566241766a12155a00255b843d3a6ebca;p=phppgadmin.git Update for the removal of BaseDB. --- diff --git a/TODO b/TODO index ce73a9f8..5fdefd97 100644 --- 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