flightaware / Pgtcl

Tcl client side interface to PostgreSQL (libpgtcl)
https://flightaware.github.io/Pgtcl/
BSD 3-Clause "New" or "Revised" License
31 stars 10 forks source link

Row by row mode #9

Closed bovine closed 8 years ago

bovine commented 8 years ago

Karl's branch should be reviewed, tested, and merged:

Add a -rowbyrow option to pg_select that will return results through libpq a row at a time via PQsetSingleRowMode rather letting libpq wait for all the rows to be returned first.

Caveats at http://www.postgresql.org/docs/9.2/static/libpq-single-row-mode.html should be observed.