In psql, when running a SELECT query using a cursor, flush the query

Neil Conway <neilc@samurai.com>

Commit: 2128e5c39237f16586fde86e4aabc0087303cdc2
Author: Neil Conway <neilc@samurai.com>
Date: 2007-06-22T01:09:28Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/bin/psql/common.c modified +7 −1