From 930a0508a08f410f11db1e7696efa290b98f4199 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Tue, 13 Jan 2026 22:54:45 +0900 Subject: [PATCH] doc: Document DEFAULT option in file_fdw. Commit 9f8377f7a introduced the DEFAULT option for file_fdw but did not update the documentation. This commit adds the missing description of the DEFAULT option to the file_fdw documentation. Backpatch to v16, where the DEFAULT option was introduced. Author: Shinya Kato Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/CAOzEurT_PE7QEh5xAdb7Cja84Rur5qPv2Fzt3Tuqi=NU0WJsbg@mail.gmail.com Backpatch-through: 16 --- doc/src/sgml/file-fdw.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index f2f2af9a596..36f4d59666d 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -115,6 +115,17 @@ + + default + + + + Specifies the string that represents a default value, + the same as COPY's DEFAULT option. + + + + encoding -- 2.47.3