mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
4
contrib/file_fdw/data/text.csv
Normal file
4
contrib/file_fdw/data/text.csv
Normal file
@ -0,0 +1,4 @@
|
||||
AAA,aaa
|
||||
XYZ,xyz
|
||||
NULL,NULL
|
||||
ABC,abc
|
|
Reference in New Issue
Block a user