Skip to content

Commit 54990af

Browse files
committed
doc: Clarify that file_fdw options require values.
Mike Blackwell and Robert Haas
1 parent ba3d39c commit 54990af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/src/sgml/file-fdw.sgml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@
111111

112112
</variablelist>
113113

114+
<para>
115+
Note that while <command>COPY</> allows options such as OIDS and HEADER
116+
to be specified without a corresponding value, the foreign data wrapper
117+
syntax requires a value to be present in all cases. To activate
118+
<command>COPY</> options normally supplied without a value, you can
119+
instead pass the value TRUE.
120+
</para>
121+
114122
<para>
115123
A column of a foreign table created using this wrapper can have the
116124
following options:

0 commit comments

Comments
 (0)