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

Commit3b2e94d

Browse files
committed
Add:
<> o Allow ALTER TABLE to modify column lengths and change to binary> compatible types
1 parent9b2cee0 commit3b2e94d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/TODO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Mon Jun 23 22:39:49 EDT 2003
3+
Last updated:Mon Jun 23 22:53:32 EDT 2003
44

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

@@ -192,7 +192,8 @@ Commands
192192
o Have ALTER TABLE rename SERIAL sequences
193193
o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
194194
have SELECT * and INSERT honor such ordering
195-
195+
o Allow ALTER TABLE to modify column lengths and change to binary
196+
compatible types
196197

197198
* CLUSTER
198199
o Automatically maintain clustering on a table
@@ -459,7 +460,7 @@ Source Code
459460
* Acquire lock on a relation before building a relcache entry for it
460461
* Research interaction of setitimer() and sleep() used by statement_timeout
461462
* Add checks for fclose() failure
462-
* Change CVS $Id: TODO,v 1.1064 2003/06/24 02:39:49 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1064 2003/06/24 02:39:49 momjian Exp $
463+
* Change CVS $Id: TODO,v 1.1065 2003/06/24 02:53:36 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1065 2003/06/24 02:53:36 momjian Exp $
463464
* Exit postmaster if postgresql.conf can not be opened
464465

465466
* Wire Protocol Changes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp