I tried the following
mip_owner=> SELECT add_vertica_options('OPT', 'ENABLE_WITH_CLAUSE_MATERIALIZATION');
ERROR 4296: Options not set HINT: ENABLE_WITH_CLAUSE_MATERIALIZATION is not a valid Opt Vertica option
Also after setting the dbdrole I was unable to set it.
mip_owner=> set role dbduser;
SET
Time: First fetch (0 rows): 1.481 ms. All rows formatted: 1.491 ms
mip_owner=> SELECT add_vertica_options('OPT', 'ENABLE_WITH_CLAUSE_MATERIALIZATION');
ERROR 4296: Options not set
HINT: ENABLE_WITH_CLAUSE_MATERIALIZATION is not a valid Opt Vertica option
Also there is no current option set
mip_owner=> SELECT show_current_vertica_options();
show_current_vertica_options
------------------------------
Am I missing anything here?