tps/reload/hunt/hunt_map.sql
2018-05-30 22:38:24 -04:00

11 lines
125 B
SQL

SELECT
jsonb_pretty(row_to_json(x)::jsonb)
from
(
select
srce, target, regex, seq
from
tps.map_rm
where
srce = 'HUNT'
) x