postgresql/contrib/file_fdw/data
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM
This allows for a string which if an input field matches causes the
column's default value to be inserted. The advantage of this is that
the default can be inserted in some rows and not others, for which
non-default data is available.

The file_fdw extension is also modified to take allow use of this
option.

Israel Barth Rubio

Discussion: https://postgr.es/m/CAO_rXXAcqesk6DsvioOZ5zmeEmpUN5ktZf-9=9yu+DTr0Xr8Uw@mail.gmail.com
2023-03-13 10:01:56 -04:00
..
agg.bad Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
agg.csv Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
agg.data Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
copy_default.csv Add a DEFAULT option to COPY FROM 2023-03-13 10:01:56 -04:00
list1.csv pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
list2.bad pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
list2.csv pg_prewarm: Add automatic prewarm feature. 2017-08-21 14:17:39 -04:00
text.csv Provide a FORCE NULL option to COPY in CSV mode. 2014-03-04 17:31:59 -05:00