Re: Fix help option of contrib/oid2name - Mailing list pgsql-hackers

From Laurenz Albe
Subject Re: Fix help option of contrib/oid2name
Date
Msg-id 1534416042.3084.15.camel@cybertec.at
Whole thread Raw
In response to Fix help option of contrib/oid2name  (Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>)
Responses Re: Fix help option of contrib/oid2name
List pgsql-hackers
Tatsuro Yamada wrote:
> Almost all client applications and extensions will show "Options" and
> "Connection options" sections when running with help option (--help).
> However, "oid2name" was different, there is only the Options section.
> 
> For consistency, attached patch divides the Options section of oid2name
> into two sections, Options and Connection options.

I don't think it is super important, but +1 for consistency.

Yours,
Laurenz Albe


pgsql-hackers by date:

Previous
From: Tatsuro Yamada
Date:
Subject: Fix help option of contrib/oid2name
Next
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] Bug in to_timestamp().