pg_resetxlog options

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_resetxlog options
Дата
Msg-id Pine.LNX.4.44.0208272109090.1221-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: pg_resetxlog options
Re: pg_resetxlog options
Список pgsql-hackers
pg_resetxlog uses a non-standard options parsing method: The -l option
requires two arguments (-l fileid seg).  I propose to change this to -l
fileid,seg which is the standard way to separate suboptions.

Secondly, the -n option appears to be redundant with pg_controldata.  Do
we need it?

Thirdly, pg_resetxlog uses the term "guessed" controldata values if it
can't read the real ones.  I found this to be confusing, because the code
doesn't do a whole lot of guessing.  Would it be better to say that the
values are simply defaulted (and to what)?

-- 
Peter Eisentraut   peter_e@gmx.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: Open 7.3 items
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: REINDEX ALL and CLUSTER ALL