pgsql: Clarify pg_dump documentation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Clarify pg_dump documentation
Дата
Msg-id E1i57uu-0006gK-J8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clarify pg_dump documentation

Clarify in the help output and documentation that -n, -t etc. take a
"pattern" rather than a "schema" or "table" etc.  This was especially
confusing now that the new pg_dumpall --exclude-database option was
documented with "pattern" and the others not, even though they all
behave the same.

Discussion: https://www.postgresql.org/message-id/flat/b85f3fa1-b350-38d1-1893-4f7911bd7310%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10f55448965f9af3a62070dce840c5c701561630

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 42 +++++++++++++++++++++---------------------
src/bin/pg_dump/pg_dump.c     | 10 +++++-----
2 files changed, 26 insertions(+), 26 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve base backup protocol documentation
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Remove 'msg' parameter from convert_tuples_by_name