no on statement required

This commit is contained in:
Paul Trowbridge 2018-12-18 23:41:12 -05:00
parent cb15d928c0
commit 605c1c1130

View File

@ -22,7 +22,7 @@ BEGIN
,j.e->>'name' srce
,j.e defn
FROM
jsonb_array_elements(_defn) WITH ORDINALITY j(e, rn) ON TRUE
jsonb_array_elements(_defn) WITH ORDINALITY j(e, rn)
)
--full join
,_full AS (