aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-12-08 13:04:14 +0000
committerBruce Momjian <bruce@momjian.us>2003-12-08 13:04:14 +0000
commitde097903adb75fedd810ee65cbd40915e2187e6b (patch)
tree0cdab17a515b4396158117b3cab28b22b8b5d03b
parent9c26980f58c63188bba8cb38eb7a5170bec2a3e9 (diff)
downloadpostgresql-de097903adb75fedd810ee65cbd40915e2187e6b.tar.gz
postgresql-de097903adb75fedd810ee65cbd40915e2187e6b.zip
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)
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 3b416df659c..5b87f9e675a 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