Compare commits

..

No commits in common. "f548780d9f6c71caa33950c52a2b5a3357824d10" and "08e768eb22210d3b26c5aa8632111b124ebbf815" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -82,10 +82,8 @@ GROUP BY
,tag ,tag
,comment ,comment
,substance ,substance
ORDER BY
logid ASC
) )
SELECT SELECT
json_agg(row_to_json(rows)) x json_agg(row_to_json(rows)) x
FROM FROM
rows rows

View File

@ -25,7 +25,7 @@ group BY
,jsonb_pretty(ol.doc) ,jsonb_pretty(ol.doc)
,ol.id ,ol.id
ORDER BY ORDER BY
ol.id desc (ol.doc->>'stamp')::timestamptz desc
) )
SELECT SELECT
jsonb_agg(row_to_json(agg)::jsonb ORDER BY agg.id desc) x from agg jsonb_agg(row_to_json(agg)::jsonb ORDER BY agg.stamp desc) x from agg