Improve psql \?'s description of large-object-related commands.
authorTom Lane <[email protected]>
Fri, 3 Jun 2022 19:49:36 +0000 (15:49 -0400)
committerTom Lane <[email protected]>
Fri, 3 Jun 2022 19:49:36 +0000 (15:49 -0400)
commit1fbe94084fd34200e61dd1db6225e8c8c65c000d
treeb05d0ed4ef955505d130237e16cc970a5a0ea1ee
parent4ecacc3c8cb4b27374bdb1ca83696c0c09ee7f79
Improve psql \?'s description of large-object-related commands.

Provide a gloss of which command does what, as all other backslash
commands have.  Put the large-object command section into a more
considered spot in the list.

In passing, update the output-lines count in helpVariables()
(oversight in 7844c9918, looks like).

Thibaud Walkowiak, reviewed by Nathan Bossart and myself

Discussion: https://postgr.es/m/43f0439c-df3e-a045-ac99-af33523cc2d4@dalibo.com
src/bin/psql/help.c