Add psql '\pset format wrapped' mode to wrap output to screen width, or
Bruce Momjian <bruce@momjian.us>
Add psql '\pset format wrapped' mode to wrap output to screen width, or file/pipe output too if \pset columns' is set. Bryce Nesbitt
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +41 −4 |
| src/bin/psql/command.c | modified | +17 −2 |
| src/bin/psql/mbprint.c | modified | +16 −9 |
| src/bin/psql/print.c | modified | +364 −181 |
| src/bin/psql/print.h | modified | +4 −1 |
| src/bin/psql/startup.c | modified | +3 −1 |