gp_verification_history

Post date: Jan 20, 2014 2:20:33 AM

gpadmin=# \d gp_verification_history

Table "pg_catalog.gp_verification_history"

Column | Type | Modifiers

--------------+--------------------------+-----------

vertoken | name | not null

vertype | smallint | not null

vercontent | smallint | not null

verstarttime | timestamp with time zone | not null

verstate | smallint | not null

verdone | boolean | not null

verendtime | timestamp with time zone | not null

vermismatch | boolean | not null

Indexes:

"gp_verification_history_vertoken_index" UNIQUE, btree (vertoken), tablespace "pg_global"

Tablespace: "pg_global"