1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian 2000-05-14 01:29:07 +00:00
parent a316339e6c
commit efc6b7ddfc

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri May 12 08:23:51 EDT 2000 Last updated: Sat May 13 21:27:24 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -52,7 +52,6 @@ MISC
* Permission to UPDATE table allows DELETE also * Permission to UPDATE table allows DELETE also
* Some database schema's are not dumpable; do dumps in oid order * Some database schema's are not dumpable; do dumps in oid order
ENHANCEMENTS ENHANCEMENTS
------------ ------------
@ -95,6 +94,7 @@ TYPES
* Add non-large-object binary field * Add non-large-object binary field
* Functions returning sets don't really work right[function] * Functions returning sets don't really work right[function]
* Add hash for int8 * Add hash for int8
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
VIEWS VIEWS