Can you please confirm or correct my assumption about what is needed to document the enhancements to ALTER TABLE syntax.
 
Is the only change to update the ALTER TABLE syntax in the Reference Guide to include RESTART WITH integer-constant:
 
ALTER TABLE table-Name
{
    ADD COLUMN column-definition |
    ADD CONSTRAINT clause |
    DROP { PRIMARY KEY | FOREIGN KEY constraint-name | UNIQUE
         constraint-name | CHECK constraint-name | CONSTRAINT constraing-name }
   ALTER column-alteration
   LOCKSIZE { ROW | TABLE }
   RESTART WITH integer-constant
}
 
and then to document the behavior of  RESTART W ITH integer-constant within this same reference topic.    Anything else???


Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

Reply via email to