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

Commite8b8319

Browse files
committed
Updated from Tom:
< o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)< o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence> o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher)200a200,201> o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because> of the item above232c233< o -Disallow missing columns in INSERT ... VALUES, per ANSI> o -Disallow missing columns in INSERT ... (col) VALUES, per ANSI335,336d335< * Have SERIAL generate non-colliding sequence names when we have< auto-destruction
1 parent75803a0 commite8b8319

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎doc/TODO

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Mon Sep 211:30:39 EDT 2002
3+
Last updated:Mon Sep 212:20:47 EDT 2002
44

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

@@ -194,10 +194,11 @@ Commands
194194
o -Add ALTER TABLE DROP non-CHECK CONSTRAINT
195195
o -ALTER TABLE ADD PRIMARY KEY (Christopher)
196196
o -ALTER TABLE ADD UNIQUE (Christopher)
197-
o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)
198-
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
197+
o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher)
199198
o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
200199
rows with DEFAULT value
200+
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
201+
of the item above
201202
o -Have ALTER TABLE OWNER change all dependant objects like indexes
202203
o Add ALTER TABLE tab SET WITHOUT OIDS
203204

@@ -229,7 +230,7 @@ Commands
229230
o Allow INSERT/UPDATE of system-generated oid value for a row
230231
o Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
231232
o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
232-
o -Disallow missing columns in INSERT ... VALUES, per ANSI
233+
o -Disallow missing columns in INSERT ...(col)VALUES, per ANSI
233234
o Allow INSERT/UPDATE ... RETURNING new.col or old.col; handle
234235
RULE cases (Philip)
235236

@@ -332,8 +333,6 @@ Dependency Checking
332333
depend_sysrelid, depend_oid, name
333334
* -Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
334335
SERIAL type
335-
* Have SERIAL generate non-colliding sequence names when we have
336-
auto-destruction
337336
* -Prevent column dropping if column is used by foreign key
338337
* -Propagate column or table renaming to foreign key constraints
339338
* -Automatically drop constraints/functions when object is dropped

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp