pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention CASCADE/RESTRICT for DROP STATISTICS
Date: 2021-07-19 03:40:34
Message-ID: E1m5K8w-0004uq-Au@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention CASCADE/RESTRICT for DROP STATISTICS

This grammar has no effect as there are no dependencies on statistics,
but it is supported by the parser. This is more consistent with the
other DROP commands.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1LA=yNmzcSfy+0oe6CEAgsxXRf_-UutE3ZncFi8QkFNQ@mail.gmail.com
Backpatch-through: 10

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6d0dc1a7da7942915c8160caa379c58dfd1488b8

Modified Files
--------------
doc/src/sgml/ref/drop_statistics.sgml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-07-19 04:52:08 pgsql: Adjust commit 2dbe8905 for ancient macOS.
Previous Message Amit Kapila 2021-07-19 03:12:10 pgsql: Update comments for AlterSubscription.