psql is a character-based, interactive, front-end that is part of PostgreSQL and used by other database management systems. It allows you to type in SQL statements and see the results. It also provides a number of meta-commands and various shell-like features to facilitate writing scripts and automating a wide variety of tasks. On a Vertica host, psql is actually a symbolic link to vsql.
You can connect to vsql from the:
General Notes
$ export PAGER=less
=> select * from wide_table;
-S
# ps -ef | grep Vertica
fred 2401 1 0 06:02 pts/1 00:00:00 /opt/Vertica/bin/vsql -p 5433 -h test01_site01 quick_start_single
# kill -9 2401