Added documentation for cascade and restrict option of drop statistics

Поиск
Список
Период
Сортировка
От vignesh C
Тема Added documentation for cascade and restrict option of drop statistics
Дата
Msg-id CALDaNm1LA=yNmzcSfy+0oe6CEAgsxXRf_-UutE3ZncFi8QkFNQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Added documentation for cascade and restrict option of drop statistics
Список pgsql-hackers
Hi,

Cascade and restrict options are supported for drop statistics syntax:
drop statistics stat1 cascade;
drop statistics stat2 restrict;

The documentation for this was missing, attached a patch which
includes the documentation for these options.

Regards,
Vignesh

Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Add option --drop-cascade for pg_dump/restore
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side