Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-7008

Add support for COMMENT ON [ object ] IS '...' statements

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.14.2.0
    • None
    • SQL
    • None

    Description

      A lot of RDBMS support some way of commenting on stored objects. For instance, Oracle has this syntax:

      COMMENT ON <object> IS 'some comment'

      This is very useful when navigating an unknown schema, for instance to explain the meaning of a column with some encoded values, etc. Also, there is tool support when these comments are exposed through the dictionary views and/or through JDBC's DatabaseMetaData

      I personally prefer Oracle's syntax over e.g. MySQL's (inline comments in CREATE TABLE) or SQL Server's (some system function).

      Ideally, all objects can receive comments, including:

      • Tables (and views, etc.)
      • Columns
      • Routines
      • Schemas
      • Indexes
      • etc.

      But I think the most important ones are tables and columns

      Attachments

        Activity

          People

            Unassigned Unassigned
            lukas.eder Lukas Eder
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: