Uploaded image for project: 'Apache HAWQ'
  1. Apache HAWQ
  2. HAWQ-1365

Print out detailed schema information for tables which the user doesn't have privileges

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2.0.0-incubating
    • None
    • None

    Description

      Business Value:
      Current output information for the table name which user doesn't have privileges doesn't include schema output. We should print out the schema information out, otherwise it's difficult for users to identify the identified table.

      postgres=# select * from public.a, s1.a;
      ERROR:  permission denied for relation(s): a, a
      

      Should print out the schema information for the table.

      postgres=# select * from public.a, s1.a;
      ERROR:  permission denied for relation(s): public.a, s1.a
      

      Attachments

        Activity

          People

            hongxu ma Hongxu Ma
            hongxu ma Hongxu Ma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: