pgsql: psql: Improve descriptions of \\flush[request] in --help

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Improve descriptions of \\flush[request] in --help
Date: 2025-04-19 23:17:25
Message-ID: E1u6HR7-000rhw-0K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Improve descriptions of \\flush[request] in --help

Noah has reported that the current wording was confusing compared to the
description of the underlying libpq routine. The new wording is from
me.

Reported-by: Noah Misch <noah(at)leadboat(dot)com>
Discussion: https://postgr.es/m/20250415213450.1f.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5743d122fcf35edba801609fcde7410610ed0f19

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-04-19 23:35:44 pgsql: psql: Split extended query protocol meta-commands in --help=comm
Previous Message Michael Paquier 2025-04-19 23:16:24 pgsql: psql: Fix incorrect status code returned by \getresults