Re: pgsql: Add new psql help topics, accessible to both --help and \?.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add new psql help topics, accessible to both --help and \?.
Date: 2014-09-11 00:52:20
Message-ID: CAB7nPqR1LoViLurms9g41+5V2qGO61CJdKuREa_DVavG7gWqJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Sep 11, 2014 at 12:06 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> I've attached a edited version of that patch. Besides cosmetic stuff I
> made one imo important change. Your version looked to the next argument
> for optional arguments: When --help is an optional argument and e.g. the
> commandline is "--help --host" we can't accept --host as --help's value.
> So there's now a check for required_arg for that behaviour - which is in
> line with all the getopt_long() behaviours I could find docs (or code in
> case of netbsd) for.
Thanks for spotting this. Yes I clearly missed that path.

> I'd not mind a review, but I'll push this soon. Doesn't seem worth
> reverting the entire psql patch when the fix is as localized as this. We
> might conceivably want to change the behaviour of optional_argument, but
> as there's only one caller at this point.
Thanks. Even if we are not on the same timezone, you could have waited
a bit for some feedback from someone with Windows environment IMO. It
is always good to have an insurance.

Regards,
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-09-11 00:54:13 pgsql: Handle old versions of Test::More
Previous Message Bruce Momjian 2014-09-11 00:50:20 pgsql: doc: improve configuration management section