--sync-method isn't documented to take an argument - Mailing list pgsql-hackers

From Robert Haas
Subject --sync-method isn't documented to take an argument
Date
Msg-id CA+TgmoZi7pcx-ec3oJLWSr2R=Dn2Zeiyx3EXQKc_1TTvA6Eepg@mail.gmail.com
Whole thread Raw
Responses Re: --sync-method isn't documented to take an argument
List pgsql-hackers
The various command-line utilities that have recently acquired a
--sync-method option document it like this:

<term><option>--sync-method</option></term>

But that is not how we document options which take an argument. We do
it like this:

<term><option>--pgdata=<replaceable>directory</replaceable></option></term>
<term><option>--filenode=<replaceable>filenode</replaceable></option></term>

etc.

This one should be something like this:

<term><option>--sync-method=<replaceable>method</replaceable></option></term>

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Eager page freeze criteria clarification
Next
From: Daniel Gustafsson
Date:
Subject: Re: --sync-method isn't documented to take an argument