Seq Scan on maestro.paciente x (cost=0.00..129056.29 rows=812096 width=75) (actual time=0.146..10702.860 rows=737535 loops=1)
Output: levenshtein(lower((apellido1)::text), 'uma'::text), levenshtein(lower((nombre1)::text), 'rubio'::text), levenshtein((numero_documento)::text, '560560'::text), levenshtein(to_char((fecha_nacimiento)::timestamp with time zone, 'yyyy-MM-dd'::text), '1986-07-14'::text), length((apellido1)::text), length((nombre1)::text), length((numero_documento)::text), length(to_char((fecha_nacimiento)::timestamp with time zone, 'yyyy-MM-dd'::text)), apellido1, nombre1, tipo_documento_id, numero_documento, fecha_nacimiento, genero_id, id, federado, es_federado_definitivo
Filter: ((x.deleted IS FALSE) AND ((levenshtein(lower((x.apellido1)::text), 'uma'::text) < 6) OR (levenshtein(lower((x.nombre1)::text), 'rubio'::text) < 6) OR (levenshtein((x.numero_documento)::text, '560560'::text) < 6)))
Rows Removed by Filter: 416497
Planning Time: 0.917 ms
Execution Time: 10801.477 ms