From de097903adb75fedd810ee65cbd40915e2187e6b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Dec 2003 13:04:14 +0000 Subject: [PATCH] Done: < * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] > * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] 263c263 < * Allow pg_dump to dump CREATE CONVERSION (Christopher) > * -Allow pg_dump to dump CREATE CONVERSION (Christopher) --- doc/TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 3b416df659..5b87f9e675 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Dec 6 19:54:03 EST 2003 +Last updated: Mon Dec 8 08:04:13 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -174,7 +174,7 @@ Commands * Allow TRUNCATE ... CASCADE/RESTRICT * Allow PREPARE of cursors * Allow LISTEN/NOTIFY to store info in memory rather than tables -* COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] +* -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] (Christopher) * Add optional textual message to NOTIFY * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them @@ -260,7 +260,7 @@ Clients * Prevent unneeded quoting in psql \d output using fmtId() * Add a libpq function to support Parse/DescribeStatement capability * Prevent libpq's PQfnumber() from lowercasing the column name -* Allow pg_dump to dump CREATE CONVERSION (Christopher) +* -Allow pg_dump to dump CREATE CONVERSION (Christopher) * Allow fastpast to pass values in portable format @@ -461,7 +461,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1178 2003/12/07 00:54:05 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1178 2003/12/07 00:54:05 momjian Exp $ +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests -- 2.40.0