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

Show Views and Show Synonyms has confusing column names in results

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.2.1.6
    • None
    • Tools
    • None
    • Normal
    • Known fix, Newcomer, Repro attached

    Description

      When you run SHOW VIEWS and SHOW SYNONYMS, the column names are confusing. They use TABLE_SCHEM and TABLE_NAME instead of VIEW_SCHEM/VIEW_NAME and SYNONYM_SCHEM/SYONYM_NAME

      === Examples ===

      ij> show views;
      TABLE_SCHEM |TABLE_NAME |REMARKS
      ------------------------------------------------------------------------
      APP |AA_FLIGHTS |

      ij> show synonyms;
      TABLE_SCHEM |TABLE_NAME |REMARKS
      ------------------------------------------------------------------------
      APP |COLUMNS |
      APP |TRIGGERS |

      Attachments

        Activity

          People

            Unassigned Unassigned
            davidvc David Van Couvering
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: