credativ / informix_fdw

Foreign Data Wrapper for Informix Databases
Other
28 stars 5 forks source link

Reject INSERT ... ON CONFLICT introduced in PostgreSQL 9.5. #4

Closed laurenz closed 9 years ago

laurenz commented 9 years ago

This was added in PostgreSQL commit 168d5805e4c08bed7b95d351bf097cff7c07dd65.

I added this change in oracle_fdw and thought you could use it too.

Without this, INSERT .. ON CONFLICT IGNORE might do the wrong thing and throw an error message when there is a conflict.

psoo commented 9 years ago

Hi Laurenz,

thanks, that saves me some cycles, cherry-picked your changes ;)