From 6920fc34531449a5e19f8e81f884f9f1de032b42 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 882d9a76d21..e3fe796b897 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