You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Kuien Liu (JIRA)" <ji...@apache.org> on 2017/11/28 10:30:00 UTC

[jira] [Created] (HAWQ-1556) Support more statements with ALTER OWNER

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)