Re: file_fdw: Support multi-line HEADER option.

Shinya Kato <shinya11.kato@gmail.com>

From: Shinya Kato <shinya11.kato@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2026-01-09T12:57:39Z
Lists: pgsql-hackers
On Fri, Jan 9, 2026 at 7:22 PM Fujii Masao <masao.fujii@gmail.com> wrote:
> > Thoughts?
>
> +1

Thank you for the review!

> Could you add this patch to the next Commitfest? It would be better to
> commit it in v19 so that multi-line header support is delivered for
> both COPY and file_fdw at the same time.

Yeah, this feature is targeted for v19. I've added it to the next Commitfest.
https://commitfest.postgresql.org/patch/6383/

-- 
Best regards,
Shinya Kato
NTT OSS Center



Commits

  1. file_fdw: Support multi-line HEADER option.

  2. Improve the error message in COPY with HEADER option.

  3. Support multi-line headers in COPY FROM command.