1. 26 10月, 1999 4 次提交
    • B
      Update TODO list. · c6626d2f
      Bruce Momjian 提交于
      c6626d2f
    • B
      More comments. · 912b3a6f
      Bruce Momjian 提交于
      912b3a6f
    • B
      Add documentation for comment. · b6d6cffa
      Bruce Momjian 提交于
      b6d6cffa
    • B
      Hello. · 577e21b3
      Bruce Momjian 提交于
      The following patch extends the COMMENT ON functionality to the
      rest of the database objects beyond just tables, columns, and views. The
      grammer of the COMMENT ON statement now looks like:
      
      COMMENT ON [
        [ DATABASE | INDEX | RULE | SEQUENCE | TABLE | TYPE | VIEW ] <objname>
      |
      
        COLUMN <relation>.<attribute> |
        AGGREGATE <aggname> <aggtype> |
        FUNCTION <funcname> (arg1, arg2, ...) |
        OPERATOR <op> (leftoperand_typ rightoperand_typ) |
        TRIGGER <triggername> ON relname>
      
      Mike Mascari
      (mascarim@yahoo.com)
      577e21b3
  2. 25 10月, 1999 5 次提交
  3. 23 10月, 1999 6 次提交
  4. 22 10月, 1999 4 次提交
  5. 21 10月, 1999 4 次提交
  6. 19 10月, 1999 1 次提交
  7. 18 10月, 1999 12 次提交
  8. 17 10月, 1999 2 次提交
  9. 16 10月, 1999 2 次提交