11 lines
125 B
SQL
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 |