]> granicus.if.org Git - postgresql/commit
Updated from Tom:
authorBruce Momjian <bruce@momjian.us>
Mon, 2 Sep 2002 16:21:30 +0000 (16:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 2 Sep 2002 16:21:30 +0000 (16:21 +0000)
commite8b83190a173aece0c15b72fabe1a2227e294337
treeee8f7dff0af5a0f351c0867dd5441623ed3bddc7
parent75803a01634a778b0f0efe11364cbf453a981e6a
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 above
232c233
<  o -Disallow missing columns in INSERT ... VALUES, per ANSI
>  o -Disallow missing columns in INSERT ... (col) VALUES, per ANSI
335,336d335
< * Have SERIAL generate non-colliding sequence names when we have
<   auto-destruction
doc/TODO