-
- Downloads
Improve psql's tabular display of wrapped-around data by inserting markers
in the formerly-always-blank columns just to left and right of the data. Different marking is used for a line break caused by a newline in the data than for a straight wraparound. A newline break is signaled by a "+" in the right margin column in ASCII mode, or a carriage return arrow in UNICODE mode. Wraparound is signaled by a dot in the right margin as well as the following left margin in ASCII mode, or an ellipsis symbol in the same places in UNICODE mode. "\pset linestyle old-ascii" is added to make the previous behavior available if anyone really wants it. In passing, this commit also cleans up a few regression test files that had unintended spacing differences from the current actual output. Roger Leigh, reviewed by Gabrielle Roth and other members of PDXPUG.
Showing
- contrib/dblink/expected/dblink.out 10 additions, 10 deletionscontrib/dblink/expected/dblink.out
- contrib/pgcrypto/expected/crypt-blowfish.out 1 addition, 1 deletioncontrib/pgcrypto/expected/crypt-blowfish.out
- contrib/pgcrypto/expected/pgp-armor.out 15 additions, 15 deletionscontrib/pgcrypto/expected/pgp-armor.out
- contrib/pgcrypto/expected/pgp-decrypt.out 20 additions, 20 deletionscontrib/pgcrypto/expected/pgp-decrypt.out
- contrib/tsearch2/expected/tsearch2.out 21 additions, 21 deletionscontrib/tsearch2/expected/tsearch2.out
- contrib/tsearch2/expected/tsearch2_1.out 21 additions, 21 deletionscontrib/tsearch2/expected/tsearch2_1.out
- doc/src/sgml/ref/psql-ref.sgml 32 additions, 8 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/psql/command.c 4 additions, 2 deletionssrc/bin/psql/command.c
- src/bin/psql/print.c 118 additions, 47 deletionssrc/bin/psql/print.c
- src/bin/psql/print.h 19 additions, 2 deletionssrc/bin/psql/print.h
- src/test/regress/expected/create_cast.out 1 addition, 1 deletionsrc/test/regress/expected/create_cast.out
- src/test/regress/expected/dependency.out 3 additions, 3 deletionssrc/test/regress/expected/dependency.out
- src/test/regress/expected/foreign_data.out 8 additions, 8 deletionssrc/test/regress/expected/foreign_data.out
- src/test/regress/expected/foreign_key.out 17 additions, 17 deletionssrc/test/regress/expected/foreign_key.out
- src/test/regress/expected/guc.out 1 addition, 1 deletionsrc/test/regress/expected/guc.out
- src/test/regress/expected/prepare.out 14 additions, 14 deletionssrc/test/regress/expected/prepare.out
- src/test/regress/expected/triggers.out 11 additions, 11 deletionssrc/test/regress/expected/triggers.out
- src/test/regress/expected/tsearch.out 48 additions, 48 deletionssrc/test/regress/expected/tsearch.out
- src/test/regress/expected/with.out 10 additions, 10 deletionssrc/test/regress/expected/with.out
Loading
Please register or sign in to comment