Proposal: adding a better description in psql command about large objects

From: "Thibaud W(dot)" <thibaud(dot)walkowiak(at)dalibo(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Proposal: adding a better description in psql command about large objects
Date: 2022-06-02 09:12:46
Message-ID: 43f0439c-df3e-a045-ac99-af33523cc2d4@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
psql_large_objects_help_description.patch text/x-patch 951 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2022-06-02 09:14:47 Re: doc: CREATE FOREIGN TABLE .. PARTITION OF .. DEFAULT
Previous Message John Naylor 2022-06-02 08:20:40 Re: PG15 beta1 sort performance regression due to Generation context change