Added documentation for cascade and restrict option of drop statistics

Started by vignesh Cover 4 years ago4 messageshackers
Jump to latest
#1vignesh C
vignesh21@gmail.com

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

Attachments:

v1-0001-Documented-cascade-and-restrict-option-for-drop-s.patchapplication/x-patch; name=v1-0001-Documented-cascade-and-restrict-option-for-drop-s.patchDownload+13-2
#2Michael Paquier
michael@paquier.xyz
In reply to: vignesh C (#1)
Re: Added documentation for cascade and restrict option of drop statistics

On Fri, Jul 16, 2021 at 08:12:56PM +0530, vignesh C wrote:

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.

Indeed, good catch. The other commands document that, so let's fix
it.
--
Michael

#3Michael Paquier
michael@paquier.xyz
In reply to: Michael Paquier (#2)
Re: Added documentation for cascade and restrict option of drop statistics

On Sun, Jul 18, 2021 at 12:37:48PM +0900, Michael Paquier wrote:

Indeed, good catch. The other commands document that, so let's fix
it.

Applied.
--
Michael

#4vignesh C
vignesh21@gmail.com
In reply to: Michael Paquier (#3)
Re: Added documentation for cascade and restrict option of drop statistics

On Mon, 19 Jul 2021, 09:16 Michael Paquier, <michael@paquier.xyz> wrote:

On Sun, Jul 18, 2021 at 12:37:48PM +0900, Michael Paquier wrote:

Indeed, good catch. The other commands document that, so let's fix
it.

Applied.

Thanks for committing this patch.

Regards,
Vignesh