Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rie1A-000lJZ-FC for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Mar 2024 17:28:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rie18-00Ek7L-3S for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Mar 2024 17:28:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rie17-00Ek7D-LK for pgsql-hackers@lists.postgresql.org; Fri, 08 Mar 2024 17:28:22 +0000 Received: from forwardcorp1b.mail.yandex.net ([178.154.239.136]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rie0y-003Voi-5s for pgsql-hackers@postgresql.org; Fri, 08 Mar 2024 17:28:20 +0000 Received: from mail-nwsmtp-smtp-corp-main-62.myt.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-62.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:5a2f:0:640:431a:0]) by forwardcorp1b.mail.yandex.net (Yandex) with ESMTPS id 4C80060E8B; Fri, 8 Mar 2024 20:28:08 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6b8:b081:b440::1:0]) by mail-nwsmtp-smtp-corp-main-62.myt.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id 5SmoBZ0IYCg0-zTkIpW41; Fri, 08 Mar 2024 20:28:07 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1709918887; bh=i61oX9BTcx90OsCGoSnXO8/hxGQxJIGxIlv+lgGvS9g=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=QhSX6ouZ5P5nzkRvWoIhT/ZAr2X7fmRaNInRHCDUFnYgF9skKBzTTHIJaok1C9C2P JsZHOmXoxszxb23/43VD3vuEox/T9yJP9vrOJDlpFFW/vnA1HCnyeKsqLlcLZT3Lo4 bzDZv7r47Od3QiAZntCzbY+R186TnZZegAQUeHpk= Authentication-Results: mail-nwsmtp-smtp-corp-main-62.myt.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.4\)) Subject: Re: Emitting JSON to file using COPY TO From: "Andrey M. Borodin" In-Reply-To: <153b71b8-b6fb-4930-aaff-a7334cb3f6d6@joeconway.com> Date: Fri, 8 Mar 2024 22:28:04 +0500 Cc: Dean Rasheed , Daniel Verite , Andrew Dunstan , Davin Shearer , PostgreSQL-development Content-Transfer-Encoding: quoted-printable Message-Id: References: <8620df11-96e4-4ca3-8f3c-33a479260961@joeconway.com> <4162f7f7-6fd6-4720-98e2-89f80e3de2ed@joeconway.com> <153b71b8-b6fb-4930-aaff-a7334cb3f6d6@joeconway.com> To: Joe Conway X-Mailer: Apple Mail (2.3696.120.41.1.4) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello everyone! Thanks for working on this, really nice feature! > On 9 Jan 2024, at 01:40, Joe Conway wrote: >=20 > Thanks -- will have a look Joe, recently folks proposed a lot of patches in this thread that seem = like diverted from original way of implementation. As an author of CF entry [0] can you please comment on which patch = version needs review? Thanks! Best regards, Andrey Borodin. [0] https://commitfest.postgresql.org/47/4716/=