psql: Fix \gx when FETCH_COUNT is used
Stephen Frost <sfrost@snowman.net>
psql: Fix \gx when FETCH_COUNT is used Set expanded output when requested through \gx in ExecQueryUsingCursor() (used when FETCH_COUNT is set). Discussion: https://www.postgresql.org/message-id/CB7A53AA-5645-4BDD-AB07-4D22CD9D8FF1%40gmx.net Author: Tobias Bussmann
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/common.c | modified | +4 −0 |
| src/test/regress/expected/psql.out | modified | +25 −0 |
| src/test/regress/sql/psql.sql | modified | +10 −0 |
Discussion
- One-shot expanded output in psql using \G 45 messages · 2017-01-27 → 2017-08-24