Re: Emitting JSON to file using COPY TO
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Junwang Zhao <zhjwpku@gmail.com>
Cc: Joe Conway <mail@joeconway.com>,
"Andrey M. Borodin" <x4mmm@yandex-team.ru>, Dean Rasheed <dean.a.rasheed@gmail.com>,
Daniel Verite <daniel@manitou-mail.org>, Andrew Dunstan <andrew@dunslane.net>, Davin Shearer <davin@apache.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-03-11T08:23:42Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add option force_array for COPY JSON FORMAT
- 4c0390ac53b7 19 (unreleased) landed
-
json format for COPY TO
- 7dadd38cda95 19 (unreleased) landed
-
introduce CopyFormat, refactor CopyFormatOptions
- a2145605ee3d 19 (unreleased) landed
-
Doc: add IDs to copy.sgml's <varlistentry> and <refsect1>
- e4018f891dec 19 (unreleased) cited
Attachments
- v16-0002-Add-option-force_array-for-COPY-JSON-FORMAT.patch (text/x-patch) patch v16-0002
- v16-0001-Introduce-json-format-for-COPY-TO.patch (text/x-patch) patch v16-0001
On Sun, Mar 2, 2025 at 1:28 PM Junwang Zhao <zhjwpku@gmail.com> wrote: > > > I've refactored the patch to adapt the newly introduced CopyToRoutine struct, > see 2e4127b6d2. > > v15-0001 is the merged one of v14-0001 and v14-0002 > > There are some other ongoing *copy to/from* refactors[1] which we can benefit > to make the code cleaner, especially the checks done in ProcessCopyOptions. > > [1]: https://www.postgresql.org/message-id/20250301.115009.424844407736647598.kou%40clear-code.com > hi. git apply --check $PATCHES/v15-0001-Introduce-json-format-for-COPY-TO.patch error: patch failed: src/backend/commands/copyfrom.c:155 error: src/backend/commands/copyfrom.c: patch does not apply error: patch failed: src/backend/commands/copyto.c:176 error: src/backend/commands/copyto.c: patch does not apply seems to need rebase. the attachment is the rebase, minor comments tweaks, and commit message tweaks. another issue is this patch entry in commitfest [1] status is: Not processed, which means no cfbots CI tests, seems not great. not sure how to resolve this issue.... [1] https://commitfest.postgresql.org/patch/4716/