]> granicus.if.org Git - postgresql/commit
Done:
authorBruce Momjian <bruce@momjian.us>
Wed, 5 May 2004 14:36:20 +0000 (14:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 5 May 2004 14:36:20 +0000 (14:36 +0000)
commita4ab5bae4280ce40d4b155d29d91ae2ea04f7851
tree019392e73e6636eef466acb9ee16e5ad05bae46a
parent3b8151a5eee1796837a2949cf27e4894bfa1d6ff
Done:

        o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
        o -ALTER TABLE ADD COLUMN column DEFAULT should fill existing
          rows with DEFAULT value
        o -Allow ALTER TABLE to modify column lengths and change to binary
          compatible types

Remove:

        o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
          have SELECT * and INSERT honor such ordering
doc/TODO