add index on tps.rec

This commit is contained in:
Paul Trowbridge 2017-10-19 09:25:42 -04:00
parent dcf2fcbb6c
commit 1ae5298557

View File

@ -164,6 +164,13 @@ ALTER TABLE ONLY trans
ADD CONSTRAINT trans_pkey PRIMARY KEY (id);
--
-- Name: trans_rec; Type: INDEX; Schema: tps; Owner: -
--
CREATE INDEX trans_rec ON trans USING gin (rec);
--
-- Name: trans trans_srce_fkey; Type: FK CONSTRAINT; Schema: tps; Owner: -
--