On Friday, July 18, 2014 12:08:17 PM CEST, Markus Dahms wrote:
The culprit wasn't the index being created (addresses_ldn_key) but the
index to be dropped (addresses_nld_key). For some reasons this index
was not present in our database (which also explains the dupes) and the
code raised an error in "drop index addresses_nld_key". Just adding "if
exists" fixed this problem here.

I added that. Thanks.

Not quite happy about there having been duplicates, but I don't see a universal way to solve that.

Arnt

Reply via email to