I am trying to access a db in PostgreSQL in version 8.3.
I have enable the drivers in Xampp but my problem is that Schema.php in vendor/yiisoft/yii2/db/pgsql is for PostgreSQL version 9.x and above.
How can i have yii2 working for this older version of PostgreSQL - 8.3?
Do you know any solution to get access to PostgreSQL version 8.3 using Yii?
It is really important since i am trying to accces a database that i really cannot upgrade.