Proposal: adding a better description in psql command about large objects - Mailing list pgsql-hackers

From Thibaud W.
Subject Proposal: adding a better description in psql command about large objects
Date
Msg-id 43f0439c-df3e-a045-ac99-af33523cc2d4@dalibo.com
Whole thread Raw
Responses Re: Proposal: adding a better description in psql command about large objects  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
Hello,

Attached is a small patch to add a description to the meta commands 
regarding
large objects.


the actual description when using psql --help=commands is :

Large Objects
    \lo_export LOBOID FILE
    \lo_import FILE [COMMENT]
    \lo_list
    \lo_unlink LOBOID      large object operations

the proposed description is :

Large Objects
    \lo_export LOBOID FILE  export large object to a file
    \lo_import FILE [COMMENT]    import large object from a file
    \lo_list               list large objects
    \lo_unlink LOBOID      delete a large object


I tried to make an alignment on the description of other meta-commands.

Thanks.
Regards.
--
Thibaud W.
Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: PG15 beta1 sort performance regression due to Generation context change
Next
From: Etsuro Fujita
Date:
Subject: Re: doc: CREATE FOREIGN TABLE .. PARTITION OF .. DEFAULT