robertmu opened a new issue, #1299: URL: https://github.com/apache/cloudberry/issues/1299
In the current version of Cloudberry, it is not possible to modify the owner of a `STORAGE SERVER` object or add a descriptive comment to it after it has been created. The corresponding DDL commands, `ALTER STORAGE SERVER ... OWNER TO ...` and `COMMENT ON STORAGE SERVER ...`, are not supported and result in a syntax error. This limitation creates a gap in the database's object management capabilities. For most other database objects (like tables, functions, etc.), it is standard practice to allow modification of ownership and comments, which is crucial for database administration, security, and documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org