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

Commita4ab5ba

Browse files
committed
Done:
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o -ALTER TABLE ADD COLUMN column DEFAULT should fill existing rows with DEFAULT value o -Allow ALTER TABLE to modify column lengths and change to binary compatible typesRemove: o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2]; have SELECT * and INSERT honor such ordering
1 parent3b8151a commita4ab5ba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎doc/TODO

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Sun May2 08:27:42 EDT 2004
3+
Last updated:Wed May5 10:32:23 EDT 2004
44

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

@@ -189,15 +189,13 @@ Commands
189189
* Add a session mode to warn about non-standard SQL usage
190190

191191
* ALTER
192-
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
193-
o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
192+
o-ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
193+
o-ALTER TABLE ADD COLUMN column DEFAULT should fill existing
194194
rows with DEFAULT value
195195
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
196196
of the item above
197197
o Have ALTER TABLE rename SERIAL sequences
198-
o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
199-
have SELECT * and INSERT honor such ordering
200-
o Allow ALTER TABLE to modify column lengths and change to binary
198+
o -Allow ALTER TABLE to modify column lengths and change to binary
201199
compatible types
202200
o Add ALTER DATABASE ... OWNER TO newowner
203201
o Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp