aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index c05f049b7e8..0760863a997 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Apr 15 16:51:11 EDT 2002
+Last updated: Wed Apr 17 16:35:06 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -51,6 +51,7 @@ PERMISSIONS
permissions on the socket file (Peter E)
* -Allow permissions for functions (Peter E)
+
ADMIN
-----
@@ -66,7 +67,7 @@ ADMIN
* Allow logging of query durations
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line
specified parameters to postgresql.conf defaults (Peter E)
-
+* Allow easy display of usernames in a group
DATA TYPES
----------
@@ -129,6 +130,7 @@ VIEWS / RULES
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
* Prevent aggregates from being used in rule WHERE clauses
+
INDEXES
-------
@@ -246,6 +248,7 @@ COMMANDS
without using PL/PgSQL EXECUTE, needs cached plan invalidation
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
+
CLIENTS
-------
@@ -322,6 +325,7 @@ DEPENDENCY CHECKING
* Make foreign keys easier to identify
* Flush cached query plans when their underlying catalog data changes
+
TRANSACTIONS
------------
@@ -374,6 +378,7 @@ VACUUM
lock and truncate table [vacuum]
* Provide automatic running of vacuum in the background (Tom)
+
LOCKING
-------