mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Add for D'Arcy:
> * 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
This commit is contained in:
parent
2802668159
commit
d117782a4b
7
doc/TODO
7
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sun Dec 1 16:27:51 EST 2002
|
Last updated: Mon Dec 2 00:42:30 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -257,6 +257,11 @@ Clients
|
|||||||
o Add SQLSTATE
|
o Add SQLSTATE
|
||||||
o fix handling of DB attributes that are arrays
|
o fix handling of DB attributes that are arrays
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
|
||||||
Referential Integrity
|
Referential Integrity
|
||||||
=====================
|
=====================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user