1

I have a problem with Postgresql I'm truying to change max dim of cube extention The official guide of Postgresql: "To make it harder for people to break things, there is a limit of 100 on the number of dimensions of cubes. This is set in cubedata.h if you need something bigger" I changed it to 128, but when i'm trying to test i have the same error "DETAIL: A cube cannot have more than 100 dimensions." Should i somehow rebuild postgresql or recompile cube extention? Windows 10 postgresql 9.6 And postgresql 11 the same story.. :(

1

1 Answer 1

-1

Look here for updated PSQL in docker https://github.com/unoexperto/docker-postgresql-large-cube/blob/master/README.md

2
  • 3
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
    – PeterH
    Commented Apr 24, 2019 at 7:15
  • I can remove my answer, if you wish, sir. Commented Apr 25, 2019 at 9:34

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .