pgsql: Clarify pg_dump -b documentation

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Clarify pg_dump -b documentation
Дата
Msg-id E1cBkRa-0006Ei-EY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clarify pg_dump -b documentation

The documentation around the -b/--blobs option to pg_dump seemed to
imply that it might be possible to add blobs to a "schema-only" dump or
similar.  Clarify that blobs are data and therefore will only be
included in dumps where data is being included, even when -b is used to
request blobs be included.

The -b option has been around since before 9.2, so back-patch to all
supported branches.

Discussion: https://postgr.es/m/20161119173316.GA13284@tamriel.snowman.net

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/be0b98fc21648f8483d00670a73c5e6ea89a5fb1

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Clarify pg_dump -b documentation
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect variable type in set_rel_consider_parallel().