Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 9, 2015
Merged

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

merged 1 commit into from
Jun 9, 2015

Conversation

laurenz
Copy link
Contributor

@laurenz laurenz commented Jun 1, 2015

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.

This was added in PostgreSQL commit 168d5805e4c08bed7b95d351bf097cff7c07dd65.
psoo added a commit that referenced this pull request Jun 9, 2015
Reject INSERT ... ON CONFLICT introduced in PostgreSQL 9.5.
@psoo psoo merged commit c52275e into credativ:master Jun 9, 2015
@psoo
Copy link
Contributor

psoo commented Jun 9, 2015

Hi Laurenz,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants