diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-10 23:35:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-10 23:35:50 +0000 |
commit | 507a3444dfe41685176b0e554062abfa49b9672e (patch) | |
tree | 6e701cf7c7141aaea716dab260ce6d44fa0dd384 | |
parent | 07dfc6970a11b42c1f229b1d409d7db29f4bbbe1 (diff) | |
download | postgresql-507a3444dfe41685176b0e554062abfa49b9672e.tar.gz postgresql-507a3444dfe41685176b0e554062abfa49b9672e.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu May 10 18:36:37 EDT 2001 +Last updated: Thu May 10 19:35:42 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -52,7 +52,7 @@ ADMIN lock use [privileges] * Permission to DELETE table also allows UPDATE * Allow elog() to return error codes, module name, file name, line - number, not just messages [elog] + number, not just messages (Peter E) [elog] * Allow international error message support and add error codes [elog] * Remove unused files during database vacuum or postmaster startup * Add table name mapping for numeric file names @@ -219,7 +219,7 @@ EXOTIC FEATURES * Add sql3 recursive unions * Add the concept of dataspaces/tablespaces [tablespaces] -* Allow SQL92 schemas +* Allow SQL92 schemas (Tom) * Allow queries across multiple databases * Add pre-parsing phase that converts non-ANSI features to supported features * SQL*Net listener that makes PostgreSQL appear as an Oracle database |