Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 86a3f2d492f19da1f4be8ba099747ac5c83c43bb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-09-16T20:35:51Z
Releases: 9.2.0
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

Files