Re: pg_bulkload sequential

2020-11-07 Thread Adrian Klaver
On 11/7/20 9:28 AM, Leandro Guimarães wrote: Hello,   I have a process using pg_bulkload and sometimes i have duplicated keys in my csv file that pg_bulkload uses.   My question is: pg_bulkload insert it in sequential order ?    Example, if i have the following csv file:     key_1;0.00

pg_bulkload sequential

2020-11-07 Thread Leandro Guimarães
Hello, I have a process using pg_bulkload and sometimes i have duplicated keys in my csv file that pg_bulkload uses. My question is: pg_bulkload insert it in sequential order ? Example, if i have the following csv file: key_1;0.00 key_1;100.00 And use the ON_DUPLICATE_KEEP =