Kuien Liu created HAWQ-1556:
-------------------------------

             Summary: Support more statements with ALTER OWNER
                 Key: HAWQ-1556
                 URL: https://issues.apache.org/jira/browse/HAWQ-1556
             Project: Apache HAWQ
          Issue Type: New Feature
          Components: DDL
            Reporter: Kuien Liu
            Assignee: Radar Lei


Except _AlterAggregateOwner_ and _AlterFunctionOwner_, _ExecAlterOwnerStmt_ has 
commented out all the other statements (comparing with GPDB branch). 

```
# create type complex as (x integer, y integer);
# create role kuien;
# 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?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to