Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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?
Attachments
Issue Links
- links to