Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit235d5fa

Browse files
committed
Add:
> o Have ALTER TABLE rename SERIAL sequences
1 parent4b6c198 commit235d5fa

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎doc/TODO

Lines changed: 12 additions & 11 deletions
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-
oautomatic failover
20-
oload balancing
21-
omaster/slave replication
22-
omulti-master replication
23-
opartition data across servers
24-
osample implementation in contrib/rserv
25-
oqueries across databases or servers (two-phase commit)
26-
oallow replication over unreliable or non-persistent links
19+
oAutomatic failover
20+
oLoad balancing
21+
oMaster/slave replication
22+
oMulti-master replication
23+
oPartition data across servers
24+
oSample implementation in contrib/rserv
25+
oQueries across databases or servers (two-phase commit)
26+
oAllow 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 withpg_
275276
o Allow SELECT to return a dictionary of dictionaries
276277
o Allow COPY BINARY FROM
277278

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp