Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-1556

Support more statements with ALTER OWNER

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • DDL
    • None

    Description

      Except AlterAggregateOwner and AlterFunctionOwner, ExecAlterOwnerStmt has commented out all the other statements (comparing with GPDB branch).

      ```

      1. create type complex as (x integer, y integer);
      2. create role kuien;
      3. alter type complex owner to kuien;
        ERROR: Cannot support alter type owner statement yet
        ```

      It is not too user friendly, AND I see no reason why not support them. What do you think? Any plan on this?

      Attachments

        Issue Links

          Activity

            People

              rlei Radar Da Lei
              kuien Kuien Liu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: