wangyong86 opened a new issue, #2312:
URL: https://github.com/apache/age/issues/2312
My customer report:
```sql
1205=# select load_labels_from_file('owg', 'Person',
'overwrite_load/file2.csv');
ERROR: Cannot insert duplicate vertex id: 957014890901079
HINT: Entry id 112589960769111 is already used
```
They expect overwrite the existing vertex, which is like INSERT ... ON
CONFLICT SET ...
Although load into a temp table and using insert .. on conflict is viable,
but customer can't accept it for complex operation.
So, I'll try to implement it check existence first and update the conflict
record like INSERT .. ON CONFLICT. Is it a resonable approach?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]