Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4cfff6

Browse files
committed
Update TODO list.
1 parent e9dc342 commit e4cfff6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Sep 6 12:50:35 EDT 2001
3+
Last updated: Thu Sep 6 12:59:41 EDT 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -66,7 +66,9 @@ TYPES
6666
* SELECT cash_out(2) crashes because of opaque
6767
* Declare typein/out functions in pg_proc with a special "C string" data type
6868
* -Add non-large-object binary field (already exists -- bytea)
69-
* -Make binary/file in/out interface for TOAST columns (base64)
69+
* -Make binary interface for TOAST columns (base64)
70+
* Make file in/out interface for TOAST columns, similar to large object
71+
interface (force out-of-line storage and no compression)
7072
* Functions returning sets do not totally work
7173
* SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
7274
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]

0 commit comments

Comments
 (0)