awips2/edexOsgi/com.raytheon.uf.edex.plugin.scan/res/scripts/scanIdxs.sql
2022-05-05 12:34:50 -05:00

4 lines
130 B
SQL

CREATE INDEX scan_icao_type_idx
ON scan
USING btree
(icao COLLATE pg_catalog."default", type COLLATE pg_catalog."default");