On 3/7/07, andyk <andyk@xxxxxxxxxxxxxxxxx> wrote:
1) try to use client software, which is not depends on libpq, or 2) divide your query into smaller parts, or 3) use software which parses long queries, separates them into single SQL commands and then executes this commands one by one.
4) use Postgres on a Unix-type operating system...