Add psql '\pset format wrapped' mode to wrap output to screen width, or

Bruce Momjian <bruce@momjian.us>

Commit: 5adf98ae24fe0bef54120f378ae5f75a4f69cc6c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2008-05-08T17:04:26Z
Releases: 8.4.0
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

PathChange+/−
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