Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Sep 2011 20:35:51 +0000 (16:35 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Sep 2011 20:35:51 +0000 (16:35 -0400)
commit86a3f2d492f19da1f4be8ba099747ac5c83c43bb
tree4bbf0b714b9b914474a550b1b42b76824af8e870
parent9d306c66e63eb7f45eab9475b3f96c3134bacac6
Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.

This is implemented as a per-column boolean option, rather than trying
to match COPY's convention of a single option listing the column names.

Shigeru Hanada, reviewed by KaiGai Kohei
contrib/file_fdw/data/text.csv [new file with mode: 0644]
contrib/file_fdw/file_fdw.c
contrib/file_fdw/input/file_fdw.source
contrib/file_fdw/output/file_fdw.source
doc/src/sgml/file-fdw.sgml