Syntax Example:
Newly-created users do not have access to schema PUBLIC by default. Make sure to GRANT USAGE ON SCHEMA PUBLIC to all users you create.
To do so give to them the following grant:
In Vertica new created users have the right to create temporary tables in the database, so no special wrights are needed.