Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Note: there is a table in the end of the document summarizing the table-related rules)

  1. Creation of a table does not need to be considered because before the table was created it did not exist, so a write to the table in the initial schema is not possible in the first placeis forward-compatible
  2. Drop of a table is not forward-compatible because the table does not exist in the commit schema
  3. Rename of a table is not forward-compatible because the table identified with the original name (seen by the transaction) does not exist in the commit schema

...