pgsql: Minor improvements for psql help output.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor improvements for psql help output.
Date: 2021-09-04 17:28:23
Message-ID: E1mMZSp-0001lH-Dn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor improvements for psql help output.

Fix alphabetization of the output of "\?", and improve one description.

Update PageOutput counts where needed, fixing breakage from previous
patches.

Haiying Tang (PageOutput fixes by me)

Discussion: https://postgr.es/m/OS0PR01MB61136018064660F095CB57A8FB129@OS0PR01MB6113.jpnprd01.prod.outlook.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5edbcbd5b94c696526e18bbb490ab2e9f4282826

Modified Files
--------------
src/bin/psql/help.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-09-04 20:29:37 pgsql: Further portability tweaks for float4/float8 hash functions.
Previous Message Alvaro Herrera 2021-09-04 16:16:38 pgsql: Revert "Avoid creating archive status ".ready" files too early"