On Mon, Sep 23, 2013 at 2:24 PM, Mike Blackwell wrote:
> Thanks for the reply. I have no objections to clarifying the note.
> Attached is a patch with the text you suggested.
Committed, thanks. Per relatively-usual practice for doc
clarifications, I back-patched this one release but not further
Robert,
Thanks for the reply. I have no objections to clarifying the note.
Attached is a patch with the text you suggested.
Mike
__
*Mike Blackwell | Technical Analyst, Distribution Services/Rollout
Management | R
On Fri, Sep 20, 2013 at 4:26 PM, Mike Blackwell wrote:
> The file_fdw documentation for the OPTIONS clause references the COPY
> command's documentation. In the case of COPY, the value for some options
> (e.g. HEADER, OIDS, ...) is optional. While the file_fdw documentation
> makes no mention of
The file_fdw documentation for the OPTIONS clause references the COPY
command's documentation. In the case of COPY, the value for some options
(e.g. HEADER, OIDS, ...) is optional. While the file_fdw documentation
makes no mention of it, the values for all options are required.
Attached is a pat