Add \pset options for boolean value display New \pset variables display_true and display_false allow the user to change how true and false values are displayed.
Author: David G. Johnston <[email protected]> Reviewed-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/cakfquwyts3vnfq5aokheakmtnmfj443mw2kfswkwzn7fiof...@mail.gmail.com Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/645cb44c5490f70da4dca57b8ecca6562fb883a7 Modified Files -------------- doc/src/sgml/ref/psql-ref.sgml | 20 +++++++++++++++++++ src/bin/psql/command.c | 41 +++++++++++++++++++++++++++++++++++++- src/bin/psql/help.c | 10 +++++++--- src/bin/psql/tab-complete.in.c | 3 ++- src/fe_utils/print.c | 4 ++++ src/include/fe_utils/print.h | 2 ++ src/test/regress/expected/psql.out | 32 +++++++++++++++++++++++++++++ src/test/regress/sql/psql.sql | 16 +++++++++++++++ 8 files changed, 123 insertions(+), 5 deletions(-)
