Am 07.07.2016 um 01:13 schrieb Andres Mejia:
Yes, all I had to do was add a default value for the typcategory column for Postgres 8. This is for enabling access to Redshift databases which run Postgres 8.0.2. So far this patch has worked for me. However I didn't run the test suite and am looking to install Postgresql 8 on a host so I can test.
Hi Andres, I just committed a slightly modified patch into the trunk. This also fixes another issue with Postgres 8 that existed only in pg (not in pgdb). There are still many things broken in the test suite when you run it against Postgres 8, since we test many newer features and config settings, and intentionally decided to support only Postgres 9+ with PyGreSQL, so some things might not work as expected with Postgres 8. Also, Redshift is not completely compatible even with Postgres 8 anyway. But the basic functionality should work and it may be useful to access legacy databases and Redshift.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
