Added documentation for cascade and restrict option of drop statistics - Mailing list pgsql-hackers

From vignesh C
Subject Added documentation for cascade and restrict option of drop statistics
Date
Msg-id CALDaNm1LA=yNmzcSfy+0oe6CEAgsxXRf_-UutE3ZncFi8QkFNQ@mail.gmail.com
Whole thread Raw
Responses Re: Added documentation for cascade and restrict option of drop statistics  (Michael Paquier <michael@paquier.xyz>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Add option --drop-cascade for pg_dump/restore
Next
From: Masahiko Sawada
Date:
Subject: Re: Skipping logical replication transactions on subscriber side