suggestion for improving TMPDIR and "--format" docs for pg_dump

Поиск
Список
Период
Сортировка
От Mark Stosberg
Тема suggestion for improving TMPDIR and "--format" docs for pg_dump
Дата
Msg-id esqgrv$50o$1@news.hub.org
обсуждение исходный текст
Ответы Re: suggestion for improving TMPDIR and "--format" docs for pg_dump  (Peter Eisentraut <peter_e@gmx.net>)
Re: suggestion for improving TMPDIR and "--format" docs for pg_dump  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
A suggested addition to the pg_dump docs:

This would be an extension to the documentation for the "tar" format:

The tar format needs some space to create temporary files. By default
"/tmp" is used. On systems with small "/tmp" partitions, set the
"TMPDIR" environment variable to a location with more space, such as
"/usr/tmp".

Also, I would like it if the pg_dump docs more assertively recommended
one of the "tar" or "custom" formats. They seem very similiar.

It woud also be nice to document that the full names "custom" and "tar" are
supported. Longer names can be nice for clarity.

( Unfortunately, wrong formats like "txx" also work instead of throwing
an error. )

    Mark

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: doc patch for Linux memory overcommit
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: suggestion for improving TMPDIR and "--format" docs for pg_dump