v1-0001-file_fdw-Add-missing-docs-for-the-DEFAULT-option.patch

application/x-patch

Filename: v1-0001-file_fdw-Add-missing-docs-for-the-DEFAULT-option.patch
Type: application/x-patch
Part: 0
Message: file_fdw: Add missing docs for the DEFAULT option

Patch

Format: format-patch
Series: patch v1-0001
Subject: file_fdw: Add missing docs for the DEFAULT option
File+
doc/src/sgml/file-fdw.sgml 11 0
From 2dfc92021974646118582a2b1119bd4cd0f38e0e Mon Sep 17 00:00:00 2001
From: Shinya Kato <shinya11.kato@gmail.com>
Date: Fri, 9 Jan 2026 16:50:50 +0900
Subject: [PATCH v1] file_fdw: Add missing docs for the DEFAULT option

Commit 9f8377f7a introduced the DEFAULT option for file_fdw, but the
documentation was not updated. This commit adds the missing
documentation.

Author: Shinya Kato <shinya11.kato@gmail.com>
Reviewed-by:
Discussion: https://postgr.es/m/
---
 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 @@
    </listitem>
   </varlistentry>
 
+  <varlistentry>
+   <term><literal>default</literal></term>
+
+   <listitem>
+    <para>
+     Specifies the string that represents a default value,
+     the same as <command>COPY</command>'s <literal>DEFAULT</literal> option.
+    </para>
+   </listitem>
+  </varlistentry>
+
   <varlistentry>
    <term><literal>encoding</literal></term>
 
-- 
2.47.3