Re: [PERFORM] Disable result buffering to frontend clients

2007-02-22 Thread Richard Huxton
Konstantinos Krikellas wrote: Hi, I am trying to execute some queries in PostgreSQL that produce a large number of results and I do not want to display the output (redirect it to /dev/null). I have tried the psql client with \o /dev/null option, JDBC and libpq functions, but all of them have to

[PERFORM] Disable result buffering to frontend clients

2007-02-22 Thread Konstantinos Krikellas
Hi, I am trying to execute some queries in PostgreSQL that produce a large number of results and I do not want to display the output (redirect it to /dev/null). I have tried the psql client with \o /dev/null option, JDBC and libpq functions, but all of them have to buffer totally the result before