From: Paul Zwarts <[EMAIL PROTECTED]>
> ValueError: PQsendQuery() -- query is too long.  Maximum length is 16382

This is purely a PostgreSQL issue; Some (all? not sure.) versions of PostgreSQL have a 
hard limit on
the length of query strings.  You have to break your query into multiple smaller 
queries.

Cheers,

Evan @ digicool & 4-am


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to