Index: metastore/scripts/upgrade/postgres/hive-schema-0.10.0.postgres.sql =================================================================== --- metastore/scripts/upgrade/postgres/hive-schema-0.10.0.postgres.sql (revision 1441678) +++ metastore/scripts/upgrade/postgres/hive-schema-0.10.0.postgres.sql (working copy) @@ -810,7 +810,7 @@ ALTER TABLE ONLY "SKEWED_STRING_LIST" ADD CONSTRAINT "SKEWED_STRING_LIST_pkey" PRIMARY KEY ("STRING_LIST_ID"); -ALTER TABLE ONLY SKEWED_STRING_LIST_VALUES" +ALTER TABLE ONLY "SKEWED_STRING_LIST_VALUES" ADD CONSTRAINT "SKEWED_STRING_LIST_VALUES_pkey" PRIMARY KEY ("STRING_LIST_ID", "INTEGER_IDX");