diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-17 04:28:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-17 04:28:15 +0000 |
commit | 6499ebb72b83aa74d8f61c76186e5615cafaf189 (patch) | |
tree | 6c48043f538803e814a9eede5761ad1a281c580e | |
parent | 237b4d684500b858736f79553a870a5db6af8c58 (diff) | |
download | postgresql-6499ebb72b83aa74d8f61c76186e5615cafaf189.tar.gz postgresql-6499ebb72b83aa74d8f61c76186e5615cafaf189.zip |
Add:
> * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO
>
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Aug 17 00:17:59 EDT 2003 +Last updated: Sun Aug 17 00:28:15 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -89,6 +89,8 @@ Data Types * -Prevent month/day swapping of ISO dates to make invalid dates valid * Have initdb set DateStyle based on locale? * Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef() +* Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO + * ARRAYS o Allow nulls in arrays @@ -481,7 +483,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 $Id: TODO,v 1.1118 2003/08/17 04:18:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1118 2003/08/17 04:18:01 momjian Exp $ +* Change CVS $Id: TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1119 2003/08/17 04:28:15 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 |