I am using Orange (via Anaconda) to connect to a PostgreSQL database on Amazon RDS, but when I try to connect, I get the following error: 'Extension "quantile" not supported by Amazon RDS'
Orange SQL Table connection error
I am using Orange version 3.14.0, and the Postgres instance is 9.5.10
Is there a setting in Python/Orange I can turn off, to prevent this extension being called/loaded?