From bdd6c0a61fb29123d0a7dd9ac20740ad55c4a79f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 29 Sep 1999 21:42:11 +0000 Subject: [PATCH] PostgreSQL TODO list

TODO list for PostgreSQL

Last updated: Tue Sep 28 00:34:21 EDT 1999

Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)

The most recent version of this document can be viewed at
the PostgreSQL web site, http://www.PostgreSQL.org.

A dash(-) marks changes that will appear in the next release.

Names in brackets "[]" indicate more detailed information is available in
the directory pgsql/doc/TODO.detail/ under that name.

RELIABILITY

RESOURCES

PARSER

VIEWS

MISC

ENHANCEMENTS

URGENT

ADMIN

TYPES

VIEWS

INDEXES

COMMANDS

CLIENTS

EXOTIC FEATURES

MISC

PERFORMANCE

FSYNC

INDEXES

CACHE

MISC

SOURCE CODE


Developers who have claimed items are:

--- doc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index d35938afe9..9085dbb923 100644 --- a/doc/TODO +++ b/doc/TODO @@ -117,7 +117,7 @@ TYPES * Remove Money type, add money formatting for decimal type * Declare typein/out functions in pg_proc with a special "C string" data type * Add non-large-object binary field -* Add index on NUMERIC/DECIMAL type +* -Add index on NUMERIC/DECIMAL type * Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports * Functions returning sets don't really work right[function] -- 2.40.0