In psql, when running a SELECT query using a cursor, flush the query
authorNeil Conway <neilc@samurai.com>
Fri, 22 Jun 2007 03:19:57 +0000 (03:19 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 22 Jun 2007 03:19:57 +0000 (03:19 +0000)
commit2ccc2ff5506cdb32e451c59c1adc65d9edda47b4
tree6abce207ef6c6a9ab668a1e30ae87aeeee461f44
parenta7ae9f4f33dbc2e6d44e73cf7556fc738dee7bcf
In psql, when running a SELECT query using a cursor, flush the query
output after each FETCH. This ensures that incremental results are
available to clients that are executing long-running SELECT queries
via the FETCH_COUNT feature.
src/bin/psql/common.c