mirror of
https://github.com/postgres/postgres.git
synced 2026-01-14 02:01:53 +00:00
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 <shinya11.kato@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAOzEurT_PE7QEh5xAdb7Cja84Rur5qPv2Fzt3Tuqi=NU0WJsbg@mail.gmail.com
Backpatch-through: 16
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user