Skip to content

Instantly share code, notes, and snippets.

@igrishaev
Created August 27, 2025 08:34
Show Gist options
  • Select an option

  • Save igrishaev/2a02d552c5348a3898ad37b29480fa4a to your computer and use it in GitHub Desktop.

Select an option

Save igrishaev/2a02d552c5348a3898ad37b29480fa4a to your computer and use it in GitHub Desktop.
cat ${agg_file} | sed \
-e "s/\"/'/g" -e 's/: /, /g' \
-e 's/{/jsonb_build_object(/g' \
-e 's/}/\)/g' \
-e 's/\[/jsonb_build_array(/g' \
-e 's/\]/)/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment