Thread: Added documentation for cascade and restrict option of drop statistics

Added documentation for cascade and restrict option of drop statistics

From
vignesh C
Date:
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

Attachment

Re: Added documentation for cascade and restrict option of drop statistics

From
Michael Paquier
Date:
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

Attachment

Re: Added documentation for cascade and restrict option of drop statistics

From
Michael Paquier
Date:
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

Attachment
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