ClearcodeHQ/pytest-postgresql

Determine minimum supported postgresql version

fizyk opened this issue · 1 comments

fizyk commented

From @fizyk on August 25, 2015 11:42

recently I've tried to run some tests on postrgesql 8.4 and I failed due to the fact, that pg_ctl in postgresql 8.4 doesn't have initdb option.

Postgres got installed as presented here http://www.postgresql.org/download/linux/debian/ for debian wheezy

Copied from original issue: ClearcodeHQ/pytest-dbfixtures#125

fizyk commented

Raise proper exception if the version is lower.