diff options
| author | Robert Haas <rhaas@postgresql.org> | 2013-09-23 14:57:01 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2013-09-23 14:57:01 -0400 |
| commit | 54990af616ebb31fb1ae04e8aaf332d483a9e3a5 (patch) | |
| tree | a2c0d9c3f468689436154aa88f781e2b455dc1e8 /doc/src | |
| parent | ba3d39c96921c96de114f6c22a9572bff24708b5 (diff) | |
doc: Clarify that file_fdw options require values.
Mike Blackwell and Robert Haas
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/file-fdw.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml index 8c527612aef..9385b26d34d 100644 --- a/doc/src/sgml/file-fdw.sgml +++ b/doc/src/sgml/file-fdw.sgml @@ -112,6 +112,14 @@ </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> A column of a foreign table created using this wrapper can have the following options: </para> |
