In psql, when running a SELECT query using a cursor, flush the query
Neil Conway <neilc@samurai.com>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/common.c | modified | +7 −1 |