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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-07-18T03:37:48Z
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

Commits

  1. doc: Mention CASCADE/RESTRICT for DROP STATISTICS