Skip to content
Snippets Groups Projects
  1. Oct 12, 2001
    • Tom Lane's avatar
      Break transformCreateStmt() into multiple routines and make · f9e6e27c
      Tom Lane authored
      transformAlterStmt() use these routines, instead of having lots of
      duplicate (not to mention should-have-been-duplicate) code.
      Adding a column with a CHECK constraint actually works now,
      and the tests to reject unsupported DEFAULT and NOT NULL clauses
      actually fire now.  ALTER TABLE ADD PRIMARY KEY works, modulo
      having to have created the column(s) NOT NULL already.
      f9e6e27c
  2. Oct 11, 2001
  3. Oct 10, 2001
  4. Oct 09, 2001
  5. Oct 08, 2001
  6. Oct 05, 2001
  7. Oct 04, 2001
  8. Oct 03, 2001
  9. Oct 02, 2001
  10. Oct 01, 2001
Loading