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

Commit 235d5fa

Browse files
committed
Add:
> o Have ALTER TABLE rename SERIAL sequences
1 parent 4b6c198 commit 235d5fa

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

doc/TODO

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Feb 18 20:30:27 EST 2003
3+
Last updated: Wed Mar 5 21:29:28 EST 2003
44

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

@@ -16,14 +16,14 @@ Urgent
1616
======
1717

1818
* Add replication of distributed databases [replication]
19-
o automatic failover
20-
o load balancing
21-
o master/slave replication
22-
o multi-master replication
23-
o partition data across servers
24-
o sample implementation in contrib/rserv
25-
o queries across databases or servers (two-phase commit)
26-
o allow replication over unreliable or non-persistent links
19+
o Automatic failover
20+
o Load balancing
21+
o Master/slave replication
22+
o Multi-master replication
23+
o Partition data across servers
24+
o Sample implementation in contrib/rserv
25+
o Queries across databases or servers (two-phase commit)
26+
o Allow replication over unreliable or non-persistent links
2727
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2828
* Point-in-time data recovery using backup and write-ahead log
2929
* Create native Win32 port [win32]
@@ -179,7 +179,8 @@ Commands
179179
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
180180
of the item above
181181
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
182-
* Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
182+
o Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
183+
o Have ALTER TABLE rename SERIAL sequences
183184

184185
* CLUSTER
185186
o Automatically maintain clustering on a table
@@ -271,7 +272,7 @@ Clients
271272
o fix handling of DB attributes that are arrays
272273

273274
* Python
274-
o Allow users to register their own types with _pg
275+
o Allow users to register their own types with pg_
275276
o Allow SELECT to return a dictionary of dictionaries
276277
o Allow COPY BINARY FROM
277278

0 commit comments

Comments
 (0)