From 2446e300fa4a7e002766bd6a89223c80168142f9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Thu, 3 Jan 2002 05:48:48 +0000 Subject: [PATCH] Added < o Move to using 'make' rather than 'ant'(?) --- > o Support both 'make' and 'ant' --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index cbafb1cb1ab..e9ef6314c93 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jan 3 00:20:19 EST 2002 +Last updated: Thu Jan 3 00:48:38 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -253,7 +253,7 @@ CLIENTS o JDBC-standard BLOB support o Error Codes (pending backend implementation) o -Support for binary data/bytea - o Move to using 'make' rather than 'ant'(?) + o Support both 'make' and 'ant' o -Add MD5 capability o Fix LargeObject API to handle OIDs as unsigned ints o Implement cancel() method on Statement -- GitLab