uwcssa <uwcssa(at)gmail(dot)com> writes:
> I found any query exceeds 4096 charactors will be pruned automatically. i am
> wondering which knob should i change to make it larger , say, 10000
> charactors. i searched for a while but was not able to find it online. so if
> anyone has a quick nswer that will be highly appreciated.
Either you're using a very very old version of PostgreSQL, or a very
crappy client library--there hasn't been a query length limitation in
the server or in libpq for a long time (I think when there was one it
was 8K by default).
-Doug