public inbox for [email protected]
help / color / mirror / Atom feedFrom: Nathan Bossart <[email protected]>
Subject: [PATCH v2 1/1] Add descriptions for psql's large object backslash commands.
Date: Thu, 2 Jun 2022 14:35:31 -0700
These should be mostly self-explanatory, but they are the only
backslash commands lacking individual short descriptions.
Author: Thibaud W.
Reviewed by: Nathan Bossart
Description: https://postgr.es/m/43f0439c-df3e-a045-ac99-af33523cc2d4%40dalibo.com
---
src/bin/psql/help.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 49eb116f33..54580ac928 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -321,10 +321,10 @@ slashUsage(unsigned short int pager)
fprintf(output, "\n");
fprintf(output, _("Large Objects\n"));
- fprintf(output, _(" \\lo_export LOBOID FILE\n"
- " \\lo_import FILE [COMMENT]\n"
- " \\lo_list[+]\n"
- " \\lo_unlink LOBOID large object operations\n"));
+ fprintf(output, _(" \\lo_export LOBOID FILE export large object to file\n"
+ " \\lo_import FILE [COMMENT] import large object from file\n"
+ " \\lo_list[+] list large objects\n"
+ " \\lo_unlink LOBOID delete a large object\n"));
ClosePager(output);
}
--
2.25.1
--/04w6evG8XlLl3ft--
view thread (11+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v2 1/1] Add descriptions for psql's large object backslash commands.
In-Reply-To: <no-message-id-1859683@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox