doc: Clarify that file_fdw options require values.
authorRobert Haas
Mon, 23 Sep 2013 18:57:01 +0000 (14:57 -0400)
committerRobert Haas
Mon, 23 Sep 2013 18:57:01 +0000 (14:57 -0400)
Mike Blackwell and Robert Haas

doc/src/sgml/file-fdw.sgml

index 8c527612aeff350c96f819e5c229832c2bb76d18..9385b26d34d5183561f1c990f5d9778497d7d95b 100644 (file)
 
  
 
+  Note that while 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 
+  COPY options normally supplied without a value, you can
+  instead pass the value TRUE. 
+
  
   A column of a foreign table created using this wrapper can have the
   following options: