postgresql/src/include/nodes
Tomas Vondra 31f3817402 Allow COPY FROM to filter data using WHERE conditions
Extends the COPY FROM command with a WHERE condition, which allows doing
various types of filtering while importing the data (random sampling,
condition on a data column, etc.).  Until now such filtering required
either preprocessing of the input data, or importing all data and then
filtering in the database. COPY FROM ... WHERE is an easy-to-use and
low-overhead alternative for most simple cases.

Author: Surafel Temesgen
Reviewed-by: Tomas Vondra, Masahiko Sawada, Lim Myungkyu
Discussion: https://www.postgresql.org/message-id/flat/CALAY4q_DdpWDuB5-Zyi-oTtO2uSk8pmy+dupiRe3AvAc++1imA@mail.gmail.com
2019-01-20 00:22:14 +01:00
..
bitmapset.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
execnodes.h Don't include genam.h from execnodes.h and relscan.h anymore. 2019-01-14 17:02:12 -08:00
extensible.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
lockoptions.h Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
makefuncs.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
memnodes.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodeFuncs.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
nodes.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
params.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
parsenodes.h Allow COPY FROM to filter data using WHERE conditions 2019-01-20 00:22:14 +01:00
pg_list.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
plannodes.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
primnodes.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
print.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
readfuncs.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
relation.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
replnodes.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
tidbitmap.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
value.h Update copyright for 2019 2019-01-02 12:44:25 -05:00