totalorder
totalorder
@paunin @czarny94 I believe the root cause is that the upstream postgres docker image "fixed" a "bug" where the postgres-user existed by accident. By fixing it they broke lots of...
I gave it a go and got pgslave1 and pgslave2 up and running with these fixes: #194 Only changing `createdb -U "${POSTGRES_USER}"` is not enough since other places in the...
How can there be "no way to pragmatically convert that query"? This looks more like a bug. I couldn't avoid to throw together a test. The code below can run...