]> granicus.if.org Git - postgresql/commitdiff
doc: Clarify that file_fdw options require values.
authorRobert Haas <rhaas@postgresql.org>
Mon, 23 Sep 2013 18:57:01 +0000 (14:57 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 23 Sep 2013 19:02:08 +0000 (15:02 -0400)
Mike Blackwell and Robert Haas

doc/src/sgml/file-fdw.sgml

index 8c527612aeff350c96f819e5c229832c2bb76d18..9385b26d34d5183561f1c990f5d9778497d7d95b 100644 (file)
 
  </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: