List of vs_ tables...

Moderator: NorbertKrupa

Post Reply
harryrundles
Intermediate
Intermediate
Posts: 96
Joined: Thu Jul 19, 2012 12:33 am

List of vs_ tables...

Post by harryrundles » Thu Sep 27, 2012 4:13 pm

Anyone have a list of all the vs_* tables in Vertica?
Thanks,
Harry

jpcavanaugh
Intermediate
Intermediate
Posts: 149
Joined: Mon Apr 30, 2012 10:04 pm
Location: New York
Contact:

Re: List of vs_ tables...

Post by jpcavanaugh » Thu Sep 27, 2012 5:16 pm

Which version of the database? Those tables change release-2-release.

id10t
GURU
GURU
Posts: 732
Joined: Mon Apr 16, 2012 2:44 pm

Re: List of vs_ tables...

Post by id10t » Thu Sep 27, 2012 6:24 pm

Hi!

Try

Code: Select all

select * from vs_system_tables;

Code: Select all

select * from vs_system_tables where table_name like 'vs_%';

harryrundles
Intermediate
Intermediate
Posts: 96
Joined: Thu Jul 19, 2012 12:33 am

Re: List of vs_ tables...

Post by harryrundles » Thu Sep 27, 2012 6:37 pm

Thank you, guys!

I am running 6.0.0-0. I'm thinking of upgrading to the latest 6.0.1-0 soon, though.
Thanks,
Harry

Post Reply

Return to “Vertica Database Administration”