8000 doc: Clarify that file_fdw options require values. · sqlparser/postgres@faf2971 · GitHub
[go: up one dir, main page]

Skip to content

Commit faf2971

Browse files
committed
doc: Clarify that file_fdw options require values.
Mike Blackwell and Robert Haas
1 parent 73c4e52 commit faf2971

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)
0