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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Added documentation for cascade and restrict option of drop statistics
Date: 2021-07-18 03:37:48
Message-ID: YPOiDPtgJ0Ecd6LI@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-07-18 05:42:18 Re: Failure with 004_logrotate in prairiedog
Previous Message Michael Paquier 2021-07-18 03:32:20 Failure with 004_logrotate in prairiedog