On Sat, Nov 25, 2023 at 12:22 PM Davin Shearer <scholarsmate(at)gmail(dot)com>
wrote:
>
> Is there a way to emit JSON results to file from within postgres?
>
Use psql to directly output query results to a file instead of using COPY
to output structured output in a format you don't want.
David J.