Vertica Version?
I have install Vertica 6.1.3 on Debian Linux box. even though I know version install, what I want to know is which command I should use in Debian to check Vertica version.
Any help is greatly appreciated.
Thanks
Regards
Jay
Any help is greatly appreciated.
Thanks
Regards
Jay
0
Comments
There are various ways to do this:
/opt/vertica/bin/vertica --version ## asks the Vertica binary what version it is
dpkg -l | grep "vertica" ## lists the versions of all installed Vertica packages
vsql -c "select version();" ## queries the Vertica database; asks it what its version is
All of these should provide the same information.
Adam
I just started learning vertica.
Thanks for your help.
Thanks
Jay