1. 30 May, 2001 5 commits
    • Bruce Momjian's avatar
      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
    • Tom Lane's avatar
      Correct obsolete example of FROM-less query. · 7d4854f8
      Tom Lane authored
      7d4854f8
    • Bruce Momjian's avatar
      In chapter: · aa665d90
      Bruce Momjian authored
          7.7. Keys
      
      you have
      
          However, my application requires that each collection will also have a
          unique name. Why? So that a human being who wants to modify a collection
          will be able to identify it. It's much harder to know, if you have two
          collections named "Life Science", the the one tagged 24433 is the one
      you
          need, and the one tagged 29882 is not
      
          I think 'the the' shouldn't be repeated twice. Although taken from an
      email it would be cool to fix.
      
      Cheers,
      Maxim Maletsky
      aa665d90
    • D'Arcy J.M. Cain's avatar
      Further conversions to Version 1 API. Also, fix boolean return to use · 8d7952fd
      D'Arcy J.M. Cain authored
      PG_RETURN_BOOL(0) instead of return 0.
      8d7952fd
    • D'Arcy J.M. Cain's avatar
      Add missing comma. · d34a5d8e
      D'Arcy J.M. Cain authored
      d34a5d8e
  2. 28 May, 2001 10 commits
  3. 27 May, 2001 8 commits
  4. 25 May, 2001 10 commits
  5. 24 May, 2001 6 commits
  6. 23 May, 2001 1 commit