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-22T11:00:15Z
Lists: pgsql-hackers
On Wed, Jun 22, 2022 at 12:22:01PM +0200, Peter Eisentraut wrote: > The latest patch was posted by you, so I was deferring to you to commit it. > Would you like me to do it? OK. As this is originally a feature you have committed, I originally thought that you would take care of it, even if I sent a patch. I'll handle that tomorrow then, if that's fine for you, of course. Happy to 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