In psql, use PSQL_PAGER in preference to PAGER, if it's set. This allows the user's environment to set up a psql-specific choice of pager, in much the same way that we provide PSQL_EDITOR to allow a psql-specific override of the more widely known EDITOR variable.
Pavel Stehule, reviewed by Thomas Munro Discussion: https://postgr.es/m/cafj8prd3rrk9s1erbngm_t6brc3ss5mohranztsjquzx+pm...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5e8304fdce2d5c41ef7a648ed0a622480f8f0a07 Modified Files -------------- doc/src/sgml/ref/psql-ref.sgml | 51 ++++++++++++++++++++++------------------- src/bin/psql/help.c | 4 ++-- src/fe_utils/print.c | 4 +++- src/interfaces/libpq/fe-print.c | 7 ++++++ 4 files changed, 39 insertions(+), 27 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers