MfgLabs / akka-stream-extensions

Extensions for Akka Stream
Apache License 2.0
123 stars 27 forks source link

Insert stream pg8.x #15

Closed dmnpignaud closed 9 years ago

dmnpignaud commented 9 years ago

made PgStream methods compatible with PostgreSQL 8.x (tested against 8.4) through an optional parameter called "pgVersion".

atamborrino commented 9 years ago

Docker image postgres:8.4 does not seem to exist https://registry.hub.docker.com/_/postgres/, resulting in test failure No such image: postgres:8.4 (tag: 8.4)

Please also clean println in code.

atamborrino commented 9 years ago

Correction: apparently, Tugboat does not check Dockerhub for images but only local images. A "docker pull postgres:8.4" fixed the issue.

Please add this in README.md in the Postgres extension section.