wangyuening0522 commented on issue #17017: URL: https://github.com/apache/dolphinscheduler/issues/17017#issuecomment-2782959667
> > My thought is: The syntax error occurred while executing the SQL, specifically at the ON CONFLICT statement. The ON CONFLICT syntax (also known as UPSERT) was introduced in PostgreSQL version 9.5. The user is using version 9.2.24, which does not support this syntax. Therefore, the solution is to change PostgreSQL 8.2.15+ to PostgreSQL 9.5+. > > Could you please check if there are any issues? If everything looks good, I’ll submit a PR. > > <img alt="Image" width="1440" src="https://private-user-images.githubusercontent.com/111636755/430905740-7f2ebe13-3aa8-40be-ac3d-23c020f0f2af.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDQwMjQ1MjQsIm5iZiI6MTc0NDAyNDIyNCwicGF0aCI6Ii8xMTE2MzY3NTUvNDMwOTA1NzQwLTdmMmViZTEzLTNhYTgtNDBiZS1hYzNkLTIzYzAyMGYwZjJhZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwNDA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDQwN1QxMTEwMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jZDZjYzJhYzcyN2ZkZmE5OTczY2JjNzczNGU3YTljYzUyN2ExNTEzZTI4OTZkYTU4NTZlOTIyYTVhOTI5ODdmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9Z20DZvHhkcKNMspyxNTQQsv37XXToeLKRRMvTRypVs"> > > I've submitted the PR, please review it. this is link:https://github.com/apache/dolphinscheduler/pull/17118 -- 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]
