We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d39c commit 54990afCopy full SHA for 54990af
doc/src/sgml/file-fdw.sgml
@@ -111,6 +111,14 @@
111
112
</variablelist>
113
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
+
122
<para>
123
A column of a foreign table created using this wrapper can have the
124
following options:
0 commit comments