sprin / pg-discuss

A comment system backend in Python with PostgreSQL
http://pg-discuss.sprin.io/
10 stars 1 forks source link

Support Postgres 9.4 #7

Closed sprin closed 8 years ago

sprin commented 9 years ago

In a few places, we use the jsonb_set that is new in PostgreSQL 9.5. However, since PostgreSQL 9.5 is still beta, we need to support 9.4. We will need to provide fallbacks for jsonb_set.

9.4 is the minimum possible PostgreSQL version without significant changes due to the dependence on JSONB, which was new in 9.4.

sprin commented 8 years ago

PostgreSQL 9.5 was released in January.

Most current distros are shipping older PostgreSQL in the official repositories, so they will need to install from the PostgreSQL repositories.

PostgreSQL 9.4 support is still possible, but this item will be taken off the roadmap for now. Pull requests accepted.