Avoid useless retrieval of defaults and check constraints in pg_dump -a

Поиск
Список
Период
Сортировка
Hi,

Currently, getTableAttrs() always retrieves info about columns defaults and
check constraints, while this will never be used if --data-only option if used.
This seems like a waste of resources, so here's a patch to skip those parts
when the DDL won't be generated.

Вложения

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Default setting for enable_hashagg_disk
Следующее
От: Rafia Sabih
Дата:
Сообщение: Re: Parallel copy