Re: Add header support to text format and matching feature
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Daniel Verite <daniel@manitou-mail.org>, Julien Rouhaud <rjuju123@gmail.com>, Andrew Dunstan <andrew@dunslane.net>, Greg Stark <stark@mit.edu>, Rémi Lapeyre <remi.lapeyre@lenstra.fr>, Zhihong Yu <zyu@yugabyte.com>, David Steele <david@pgmasters.net>, vignesh C <vignesh21@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-06-21T23:34:34Z
Lists: pgsql-hackers
On Mon, Jun 20, 2022 at 09:03:23AM +0900, Michael Paquier wrote: > On Thu, Jun 16, 2022 at 09:24:56AM +0200, Peter Eisentraut wrote: >> I don't feel very strongly about this. It makes sense to stay consistent >> with the existing COPY code. > > Yes, my previous argument is based on consistency with the > surroundings. I am not saying that this could not be made better, it > surely can, but I would recommend to tackle that in a separate patch, > and apply that to more areas than this specific one. Peter, beta2 is planned for next week. Do you think that you would be able to address this open item by the end of this week? If not, and I have already looked at the proposed patch, I can jump in and help. -- Michael
Commits
-
Fix two issues with HEADER MATCH in COPY
- ca7a0d1d3682 15.0 landed
-
Add header matching mode to COPY FROM
- 072132f04e55 15.0 landed
-
Add HEADER support to COPY text format
- 43f33dc018a4 15.0 landed
-
Fix handling of redundant options with COPY for "freeze" and "header"
- 10c5291cc2c6 14.0 landed