Sign inSign up

ekapusta/postgres-cube-limit-bump

By ekapusta

Updated over 8 years ago

Latest official Postgres with Cube limit bumped

Image
1

3.6K

ekapusta/postgres-cube-limit-bump repository overview

Latest official Postgres with Cube limit bumped

By default CUBE allows no more, than 100 dimensions.

This image allows you to bump it to 128 by changing CUBE_MAX_DIM and recompiling cube.so.

Build

docker build --tag=ekapusta/postgres-cube-limit-bump .

Debug

docker run --rm --interactive --tty ekapusta/postgres-cube-limit-bump bash
docker run --rm -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=mysecretpassword ekapusta/postgres-cube-limit-bump

Tag summary

Content type

Image

Digest

Size

150.6 MB

Last updated

over 8 years ago

docker pull ekapusta/postgres-cube-limit-bump