postgres long options without value - Mailing list pgsql-hackers

From Peter Eisentraut
Subject postgres long options without value
Date
Msg-id 1333570047.10072.14.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: postgres long options without value  (Euler Taveira <euler@timbira.com>)
List pgsql-hackers
Every so often I find myself trying to write

postgres -D ... --ssl

or

postgres -D ... --debug-print-plan

which fails, because you need to write --ssl=on or
--debug-print-plan=true etc.

Have others had the same experience?  Would it be worth supporting the
case without value to default to on/true?




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch: improve SLRU replacement algorithm
Next
From: Thom Brown
Date:
Subject: Re: man pages for contrib programs