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

It would be good to add an example to the SYSCS_UTIL.SYSCS_CHECK_TABLE documentation for how to check all tables

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.1.3.1, 10.2.1.6
    • 10.5.2.0, 10.6.1.0
    • Documentation
    • None
    • Urgent
    • Newcomer, Patch Available

    Description

      It would be good to add an example to the SYSCS_UTIL.SYSCS_CHECK_TABLE documentation on how to check all tables:
      http://db.apache.org/derby/docs/10.1/ref/rrefsyscschecktablefunc.html

      e.g.

      SELECT schemaname, tablename, SYSCS_UTIL.SYSCS_CHECK_TABLE(schemaname,
      tablename) FROM sys.sysschemas s, sys.systables t WHERE s.schemaid =
      t.schemaid;

      Attachments

        1. rrefsyscschecktablefunc.html
          3 kB
          Katherine Marsden
        2. derby-1209_diff.txt
          1.0 kB
          Katherine Marsden

        Activity

          People

            kmarsden Katherine Marsden
            kmarsden Katherine Marsden
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: