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

Commit 40296aa

Browse files
committed
Remove pyton, spell check fix:
> * Support composite types as table columns 286,289d286 < * Python < o Allow users to register their own types with pg_ < o Allow SELECT to return a dictionary of dictionaries < o Allow COPY BINARY FROM 456d452 < * Support composite types as table columns
1 parent 8027065 commit 40296aa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

doc/TODO

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu May 20 11:57:21 EDT 2004
3+
Last updated: Thu May 20 12:35:32 EDT 2004
44

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

@@ -74,6 +74,7 @@ Data Types
7474
* -Make LENGTH() of CHAR() not count trailing spaces
7575
* Allow substring/replace() to get/set bit values
7676
* Add GUC variable to allow output of interval values in ISO8601 format
77+
* Support composite types as table columns
7778

7879

7980
* ARRAYS
@@ -265,7 +266,7 @@ Clients
265266
* Have psql show more information about sequences
266267
* Allow pg_dumpall to use non-text output formats
267268
* Have pg_dump use multi-statement transactions for INSERT dumps
268-
* Move psql backslash database information into the backend, use nmeumonic
269+
* Move psql backslash database information into the backend, use mnemonic
269270
commands? [psql]
270271

271272

@@ -283,10 +284,6 @@ Clients
283284
o Make SET CONNECTION thread-aware, non-standard?
284285
o Allow multidimensional arrays
285286

286-
* Python
287-
o Allow users to register their own types with pg_
288-
o Allow SELECT to return a dictionary of dictionaries
289-
o Allow COPY BINARY FROM
290287

291288

292289
Referential Integrity
@@ -453,7 +450,6 @@ Source Code
453450
manuals
454451
* Add optional CRC checksum to heap and index pages
455452
* -Change representation of whole-tuple parameters to functions
456-
* Support composite types as table columns
457453
* Clarify use of 'application' and 'command' tags in SGML docs
458454
* Better document ability to build only certain interfaces (Marc)
459455
* Remove or relicense modules that are not under the BSD license, if possible

0 commit comments

Comments
 (0)