How to change the owner of a table in Vertica

For what ever reason you decide to change the owner of a table of yours or of another user.

Here is how is done:

Base Syntax:
alter table <schema.<tbl name owner to <new owner;
Example:
dbadmin= alter table ss.tbl1 owner to test_user;
ALTER TABLE