On Wed, Apr 16, 2025 at 09:46:42AM -0700, Michael Paquier wrote: > On Tue, Apr 15, 2025 at 02:34:50PM -0700, Noah Misch wrote: > > On Fri, Feb 21, 2025 at 11:33:41AM +0900, Michael Paquier wrote: > > commit 41625ab wrote: > >> --- a/src/bin/psql/help.c > >> +++ b/src/bin/psql/help.c > >> @@ -167,15 +167,22 @@ slashUsage(unsigned short int pager) > >> HELP0(" \\close STMT_NAME close an existing prepared > >> statement\n"); > >> HELP0(" \\copyright show PostgreSQL usage and distribution > >> terms\n"); > >> HELP0(" \\crosstabview [COLUMNS] execute query and display result in > >> crosstab\n"); > >> + HELP0(" \\endpipeline exit pipeline mode\n"); > >> HELP0(" \\errverbose show most recent error message at > >> maximum verbosity\n"); > >> + HELP0(" \\flush push unsent data to the server\n"); > >> + HELP0(" \\flushrequest send a flushrequest command\n"); > > > > protocol.sgml calls it a "Flush command". > > For \flushrequest, how about "send a request to the server to flush > its output buffer" and for \flush "flush output data to the server", > mapping more with the libpq desctiptions?
Works for me.