mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: Clarify that file_fdw options require values.
Mike Blackwell and Robert Haas
This commit is contained in:
@ -111,6 +111,14 @@
|
|||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Note that while <command>COPY</> allows options such as OIDS and HEADER
|
||||||
|
to be specified without a corresponding value, the foreign data wrapper
|
||||||
|
syntax requires a value to be present in all cases. To activate
|
||||||
|
<command>COPY</> options normally supplied without a value, you can
|
||||||
|
instead pass the value TRUE.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
A column of a foreign table created using this wrapper can have the
|
A column of a foreign table created using this wrapper can have the
|
||||||
following options:
|
following options:
|
||||||
|
Reference in New Issue
Block a user