Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

release.sgml

  • Tom Lane's avatar
    38bb77a5
    ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, · 38bb77a5
    Tom Lane authored
    code review by Tom Lane.  Remaining issues: functions that take or
    return tuple types are likely to break if one drops (or adds!)
    a column in the table defining the type.  Need to think about what
    to do here.
    
    Along the way: some code review for recent COPY changes; mark system
    columns attnotnull = true where appropriate, per discussion a month ago.
    38bb77a5
    History
    ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
    Tom Lane authored
    code review by Tom Lane.  Remaining issues: functions that take or
    return tuple types are likely to break if one drops (or adds!)
    a column in the table defining the type.  Need to think about what
    to do here.
    
    Along the way: some code review for recent COPY changes; mark system
    columns attnotnull = true where appropriate, per discussion a month ago.