forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite8b8319
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-destruction1 parent75803a0 commite8b8319
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
199 | 198 | | |
200 | 199 | | |
| 200 | + | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | | - | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
335 | | - | |
336 | | - | |
337 | 336 | | |
338 | 337 | | |
339 | 338 | | |
| |||
0 commit comments
Comments
(0)