file_fdw: Add missing docs for the DEFAULT option
Shinya Kato <shinya11.kato@gmail.com>
From: Shinya Kato <shinya11.kato@gmail.com>
To: pgsql-docs@postgresql.org
Date: 2026-01-09T08:05:56Z
Lists: pgsql-docs
Attachments
- v1-0001-file_fdw-Add-missing-docs-for-the-DEFAULT-option.patch (application/x-patch) patch v1-0001
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. [0] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=9f8377f7a27910bf0f35bf5169a8046731948a79 -- Best regards, Shinya Kato NTT OSS Center
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