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

command.c

Blame
    • Bruce Momjian's avatar
      36546c98
      Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I · 36546c98
      Bruce Momjian authored
      basically want your guys feedback.  I have sprinkled some of my q's thru
      the text delimited with the @@ symbol.  It seems to work perfectly.
      
      [ Removed @@ comments because patch was reviewed. ]
      
      At the moment it does CHECK constraints only, with inheritance.  However,
      due to the problem mentioned before with the mismatching between inherited
      constraints it may be wise to disable the inheritance feature for a while.
      it is written in an extensible fashion to support future dropping of other
      types of constraint, and is well documented.
      
      Please send me your comments, check my use of locking, updating of
      indices, use of ERROR and NOTICE, etc. and I will rework the patch based
      on feedback until everyone
      is happy with it...
      
      Christopher Kings
      36546c98
      History
      Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I
      Bruce Momjian authored
      basically want your guys feedback.  I have sprinkled some of my q's thru
      the text delimited with the @@ symbol.  It seems to work perfectly.
      
      [ Removed @@ comments because patch was reviewed. ]
      
      At the moment it does CHECK constraints only, with inheritance.  However,
      due to the problem mentioned before with the mismatching between inherited
      constraints it may be wise to disable the inheritance feature for a while.
      it is written in an extensible fashion to support future dropping of other
      types of constraint, and is well documented.
      
      Please send me your comments, check my use of locking, updating of
      indices, use of ERROR and NOTICE, etc. and I will rework the patch based
      on feedback until everyone
      is happy with it...
      
      Christopher Kings