Added documentation for cascade and restrict option of drop statistics

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Added documentation for cascade and restrict option of drop statistics
Date: 2021-07-16 14:42:56
Message-ID: CALDaNm1LA=yNmzcSfy+0oe6CEAgsxXRf_-UutE3ZncFi8QkFNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Documented-cascade-and-restrict-option-for-drop-s.patch application/x-patch 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-07-16 15:02:58 Re: Skipping logical replication transactions on subscriber side
Previous Message Andrew Dunstan 2021-07-16 14:00:02 Re: Add option --drop-cascade for pg_dump/restore