Hello there
I am trying to save array into Postgresql docker image but getting this error:
number of array dimensions (1528974953) exceeds the maximum allowed (6)
Is there a way i can increase this maximum allowed value on postgres docker image?
Share and learn in the Docker community.
Hello there
I am trying to save array into Postgresql docker image but getting this error:
number of array dimensions (1528974953) exceeds the maximum allowed (6)
Is there a way i can increase this maximum allowed value on postgres docker image?
That sounds like a Postgres matter, not related to Docker.
Depends on the image you are using. The configuration is usually described in the description of the images like here:
https://hub.docker.com/_/postgres
Although that huge number doesn’t seem to be a normal array dimension size. Wasn’t there some infinite loop that resulted that number?