Re: file_fdw: Add missing docs for the DEFAULT option
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Shinya Kato <shinya11.kato@gmail.com>
Cc: pgsql-docs@postgresql.org
Date: 2026-01-09T09:49:47Z
Lists: pgsql-docs
On Fri, Jan 9, 2026 at 5:06 PM Shinya Kato <shinya11.kato@gmail.com> wrote: > > Hi hackers, > > Commit 9f8377f[0] introduced the DEFAULT option for file_fdw, but the > documentation was not updated. The attached patch adds the missing > documentation. Thanks for the patch! LGTM. I'm thinking of backpatching this to v16, where the DEFAULT option was introduced. Regards, -- Fujii Masao
Commits
-
doc: Document DEFAULT option in file_fdw.
- 254038c80de9 16.12 landed
- 930a0508a08f 17.8 landed
- 6920fc345314 18.2 landed
- ad381d0d9244 19 (unreleased) landed
-
Add a DEFAULT option to COPY FROM
- 9f8377f7a279 16.0 cited