-- Index: idx_dup_rcb_vcto_sit CREATE INDEX idx_dup_rcb_vcto_sit ON public.rcb_dup_rcb USING btree (data_vencimento ASC NULLS LAST, situacao ASC NULLS LAST) TABLESPACE pg_default; -- Index: idx_duplicata_pagar_vcto_sit; CREATE INDEX idx_duplicata_pagar_vcto_sit ON public.pag_duplicata_pagar USING btree (data_vencimento ASC NULLS LAST, situacao ASC NULLS LAST) TABLESPACE pg_default;