I have a particular problem with Postgres and PHP .
I just set up a new server, and although the code works fine on the old server, on the new server some long requests are truncated with 999 characters.
The same page works fine on the old one, and an error appears on the new one saying
Failed to execute query: [...], table4_name T4, table5_na
Where should it be [...], table4_name T4, table5_name T5, [...] etc. etc.
Basically everything that is missing after the 999 character. Does anyone know what configuration settings might cause this?
source share