PostgREST / PostgreSQL Cannot enlarge string buffer message
问题 I run into a Cannot enlarge string buffer message on my running postgREST API. I guess some tables are too large to work successful with the API. I am using the docker postgrest/postgrest container from https://hub.docker.com/r/postgrest/postgrest with the version PostgREST 5.1.0. Everything is working as expected but if the tables size getting too large, I get following error message. hint null details "Cannot enlarge string buffer containing 1073741822 bytes by 1 more bytes." code "54000"